Skip to content

Instantly share code, notes, and snippets.

@qpgmr-de
Created May 6, 2020 19:18
Show Gist options
  • Save qpgmr-de/396be568f765fec82fcba22e4ad64e87 to your computer and use it in GitHub Desktop.
Save qpgmr-de/396be568f765fec82fcba22e4ad64e87 to your computer and use it in GitHub Desktop.
My personal full-free ILE-RPG control options
//---------------------------------------------------------
// usage:
// /COPY CTLOPT
// ...
//---------------------------------------------------------
ctl-opt Copyright('(C)2020 Daniel Gross, daniel@qpgmr.de');
ctl-opt CCSID(*CHAR:*JOBRUN);
ctl-opt Option(*SRCSTMT:*SHOWCPY:*NODEBUGIO:*NOUNREF);
ctl-opt DatFmt(*ISO) TIMFMT(*ISO);
ctl-opt PgmInfo(*PCML:*MODULE);
/If Defined(*CRTBNDRPG)
ctl-opt DftActGrp(*NO) ActGrp(*NEW);
/EndIf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment