+ Reply to Thread
Results 1 to 8 of 8

Thread: RPG free format information

  1. #1
    M.Lee Guest

    Default RPG free format information

    MC Press is currently developing a book on RPG Free Format. It will address the specifics of coding in free format and should be out in early 2nd quarter.

  2. #2
    Ahmad Yaqub Guest

    Default RPG free format information

    Okay but Too late, Do you know how can we use Chain and Movel in Free RPG

  3. #3
    Guest.Visitor Guest

    Default RPG free format information

    Hi, Check the sample below for chain operation. Here EmployeeID is the key. Employees is the file name. more can be found at bmyeres.net/resource.. I missed the code /FREE EmpNbrErr = *OFF; Chain(ne) EmployeeID Employees; Select; When %Error;[*]INLR = *ON; Return; When %Found; Eval(h) TotalPay = (RegHours * Rate) + (OvtHours * Rate * 1.5); CalcTaxes(EmployeeID:TotalPay); Other; EmpNbrErr = *ON; Endsl; /END-FREE

  4. #4
    Ahmad Yaqub Guest

    Default RPG free format information

    Thanks for th e code. But this link does not work bmyeres.net/resource

  5. #5
    Guest.Visitor Guest

    Default RPG free format information

    hi, sorry it was typo error. check out http://www.bmeyers.net/index.php regards, srini

  6. #6
    Ahmad Yaqub Guest

    Default RPG free format information

    Thank you.

  7. #7
    Ahmad Yaqub Guest

    Default RPG free format information

    Where can I get some information about RPG free format ?

  8. #8

    Default RPG free format information

    More help with freeform can be found in sample code at www.code400.com Also try the IBM RPG Manual at http://publib.boulder.ibm.com/iserie...2924/index.htm They give freeform as well as fixed format commands. Another powerful and sometimes overlooked source : The source editor. Both WSDC and CODE offer one-click conversion from fixed to free-form. A great learning tool!

+ Reply to Thread

Similar Threads

  1. Free format + indicators
    By S.ODonnell in forum RPG
    Replies: 11
    Last Post: 03-01-2007, 04:14 PM
  2. Free Format
    By Guest.Visitor in forum General
    Replies: 2
    Last Post: 05-23-2004, 12:50 PM
  3. Free format
    By sanjivtannu@yahoo.com in forum RPG
    Replies: 1
    Last Post: 05-21-2004, 12:42 PM
  4. Free-Format Woes
    By Guest.Visitor in forum RPG
    Replies: 8
    Last Post: 03-23-2004, 11:32 AM
  5. /free (free format on ILE)
    By Guest.Visitor in forum RPG
    Replies: 2
    Last Post: 05-06-2002, 11:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts