Skip to content

Commit

Permalink
Update SRCBLDC.CLP
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored Jul 26, 2024
1 parent c42dabf commit 94f7a25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SRCBLDC.CLP
Original file line number Diff line number Diff line change
Expand Up @@ -263,20 +263,20 @@
CRTCMD CMD(&DESTLIB/QSHSAVLIB) +
PGM(&DESTLIB/QSHSAVLIBC) +
SRCFILE(&DESTLIB/&DESTFILE) +
PRDLIB(&DESTLIB) /* 1.0.31 */
PRDLIB(&DESTLIB) /* 1.0.32 */

CRTCLPGM PGM(&DESTLIB/QSHSAVLIBC) +
SRCFILE(&DESTLIB/&DESTFILE) REPLACE(*NO) +
TGTRLS(&TGTRLS) /* 1.0.31 */
TGTRLS(&TGTRLS) /* 1.0.32 */

CRTCMD CMD(&DESTLIB/QSHSAVIFS) +
PGM(&DESTLIB/QSHSAVIFSC) +
SRCFILE(&DESTLIB/&DESTFILE) +
PRDLIB(&DESTLIB) /* 1.0.31 */
PRDLIB(&DESTLIB) /* 1.0.32 */

CRTCLPGM PGM(&DESTLIB/QSHSAVIFSC) +
SRCFILE(&DESTLIB/&DESTFILE) REPLACE(*NO) +
TGTRLS(&TGTRLS) /* 1.0.31 */
TGTRLS(&TGTRLS) /* 1.0.32 */

CRTCMD CMD(&DESTLIB/QSHQRYSRC) +
PGM(&DESTLIB/QSHQRYSRCC) +
Expand Down

0 comments on commit 94f7a25

Please sign in to comment.