Skip to content

Instantly share code, notes, and snippets.

@phpdave
Last active March 31, 2016 21:01
Show Gist options
  • Select an option

  • Save phpdave/059a3026796c44870bf63d5c69d3bdd2 to your computer and use it in GitHub Desktop.

Select an option

Save phpdave/059a3026796c44870bf63d5c69d3bdd2 to your computer and use it in GitHub Desktop.
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