165 pts.
 RPG FREE Reference Book
Currently, I am using RPG IV. However, I need to learn how to code in RPG Free. Can anyone tell me the names of some good books and/or tutorials which would help with this?

Software/Hardware used:
AS400 V5R4 and V6R1
ASKED: October 14, 2011  5:59 PM
UPDATED: October 14, 2011  7:46 PM

Answer Wiki:
Here is a website that has examples http://www.code400.com/freeform.php Also a google search on "rpg free format" will give you many more sites to visit for books, ariticles and examples
Last Wiki Answer Submitted:  October 14, 2011  6:30 pm  by  CharlieBrowne   32,915 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,915 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Note that the difference between fixed-format and /FREE is mostly in how you type the op-codes (the C-specs). All the other specifications are unchanged.

The ILE RPG Reference shows the op-code syntax for /FREE and fixed format for every op-code or, if an op-code is only appropriate in one format, shows the only valid syntax.

Also, the Built-in Functions topic shows example /FREE coding for many of the functions. There is a lot of code in the Reference manual.

Tom

 108,280 pts.