Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


Share this Page URL
Help

Appendix B: RPG IV Coding Examples - Pg. 179

Appendix B. RPG IV Coding Examples B.1.1 Using Pointers in RPG IV This example is in source file QPOINTER in library GG244358. RTVPGMMOD the command specifications /*----------------------------------------------------------------------------*/ /* Keyword information: */ /* */ /* FROMLIB - Specify the library that you want to have searched for */ /* ILE programs */ /* */ /* OUTFILE - Specify the File where you want to receive the information, */ /* if the file does not exist it is created with a record */ /* length of 508. */ /* If the file name exists, it is used to store the information */ /* */ /* MBROPT - Specify when an existing file is used, whether you want */ /* to replace or add the records to it. */ /* */ /* The program called by this command is RTVPGMMOD */ /* */ /* Author: ITSC (ILE Residency) */ /* Date : 05-27-94 */ /* */