Last active
March 31, 2016 21:01
-
-
Save phpdave/059a3026796c44870bf63d5c69d3bdd2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dcl-ds PARM1_Ds Extname('FILE') Qualified End-ds; | |
| Incoming parameter definition | |
| Dcl-pr Entry Extpgm('RPGNAME'); | |
| PARM1 Char(%Len(PARM1_Ds.FIELDOFPARM1)); | |
| End-pr; | |
| * Incoming parameter definition | |
| Dcl-pi Entry; | |
| PARM1 Char(%Len(PARM1_Ds.PARM1)); | |
| End-pi; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment