Difference between revisions of "RPG 4"
From MidrangeWiki
m |
|||
Line 3: | Line 3: | ||
Note that '''RPG 4''' can do just about anything that could be done by earlier versions of [[RPG]] such as [[RPG/400]] and an enormous volume of additional capabilities. | Note that '''RPG 4''' can do just about anything that could be done by earlier versions of [[RPG]] such as [[RPG/400]] and an enormous volume of additional capabilities. | ||
== References == | == References == | ||
− | [http://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/c092508402.htm RPG IV with free format op codes] | + | [http://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/c092508402.htm RPG IV with free format op codes] |
− | [[Built In Functions]] | + | * [[Built In Functions]] |
− | [[Program To System Fields]] | + | * [[Program To System Fields]] |
− | [[FKey AID Bytes| Function Key AID Bytes]] | + | * [[FKey AID Bytes| Function Key AID Bytes]] |
− | [[Free Form Calcs | Free form calculation specifications]] | + | * [[Free Form Calcs | Free form calculation specifications]] |
=== Books on RPG IV === | === Books on RPG IV === | ||
Line 20: | Line 20: | ||
== Data Structure Information == | == Data Structure Information == | ||
− | [[Program Status Data Structure]] | + | * [[Program Status Data Structure]] |
− | [[Workstation Data Structure]] | + | * [[Workstation Data Structure]] |
== Code Samples == | == Code Samples == | ||
− | [[Locate field value field name]] | + | * [[Locate field value field name]] |
− | [[SQLSTATE Constants]] | + | * [[SQLSTATE Constants]] |
Revision as of 22:11, 10 September 2006
Note that RPG 4 can do just about anything that could be done by earlier versions of RPG such as RPG/400 and an enormous volume of additional capabilities.
Contents
References
RPG IV with free format op codes
- Built In Functions
- Program To System Fields
- Function Key AID Bytes
- Free form calculation specifications
Books on RPG IV
- Bryan Meyers http://www.bmeyers.net/
Other sites
- Midware http://midwareservices.com/RPGIV/intro.htm
- "A Sorcerer's Guide to System Access and More" [Redbook SG24-5402-00 http://www.vtmug.org/Links/2000/Article2.htm]
- [RPG Developer's Network http://wiki.midrange.com/index.php/Category:RPG#RPG_Developer_Network]
Data Structure Information
Code Samples