Skip to content

Commit

Permalink
Update SRCBLDC.CLP
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored Aug 5, 2023
1 parent 03e7e95 commit 88c8ea1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions SRCBLDC.CLP
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,16 @@
SRCFILE(&DESTLIB/&DESTFILE) REPLACE(*NO) +
TGTRLS(&TGTRLS) /* 1.0.23 */

CRTCMD CMD(&DESTLIB/QSHGETPARM) PGM(QSHGETPARR) +
SRCFILE(&DESTLIB/&DESTFILE) ALLOW(*IPGM +
*BPGM *IMOD *BMOD) PRDLIB(&DESTLIB) /* +
1.0.25 */

CRTBNDRPG PGM(&DESTLIB/QSHGETPARR) +
SRCFILE(&DESTLIB/&DESTFILE) +
SRCMBR(QSHIFSCHKR) DFTACTGRP(*NO) +
REPLACE(*NO) TGTRLS(&TGTRLS) /* 1.0.25 */

CRTCMD CMD(&DESTLIB/QSHPYCALL) PGM(QSHPYCALLC) +
SRCFILE(&DESTLIB/&DESTFILE) ALLOW(*IPGM +
*BPGM *IMOD *BMOD) PRDLIB(&DESTLIB) /* +
Expand All @@ -161,16 +171,6 @@
SRCFILE(&DESTLIB/&DESTFILE) REPLACE(*NO) +
TGTRLS(&TGTRLS) /* 1.0.25 */

CRTCMD CMD(&DESTLIB/QSHGETPARM) PGM(QSHGETPARR) +
SRCFILE(&DESTLIB/&DESTFILE) ALLOW(*IPGM +
*BPGM *IMOD *BMOD) PRDLIB(&DESTLIB) /* +
1.0.25 */

CRTBNDRPG PGM(&DESTLIB/QSHGETPARR) +
SRCFILE(&DESTLIB/&DESTFILE) +
SRCMBR(QSHIFSCHKR) DFTACTGRP(*NO) +
REPLACE(*NO) TGTRLS(&TGTRLS) /* 1.0.25 */

/* Create message file for any custom CPF messages */
/* Initial use case is to log STDOUT msgs with own CPF ID */
CRTMSGF MSGF(&DESTLIB/QSHMSG) TEXT('Qshell CPF +
Expand Down

0 comments on commit 88c8ea1

Please sign in to comment.