Craig Rutledge - Download JCRCMDS Source

JCRCMDS V7 V7 Free Format Source. Will not compile prior to V7.

JCRCMDS V5R4 V5R4 to V6.

Note: you cannot paste the download file into the lpex (Rdi) editor and install. There must be a size limit as all I get is a empty member on the 400 after save as.

mylib = Your as400 library name (use any library name you wish. The source file name must be JCRCMDS)


V7 IFS Installation Instructions

Download the V7 source JCRCMDS V7 to a directory on your IFS drive.

1) CRTSRCPF FILE(mylib/JCRCMDS) RCDLEN(112)

2) CPYFRMSTMF FROMSTMF('mydirectory/jcrcmds.txt') TOMBR('/qsys.Lib/mylib.lib/jcrcmds.file/a.mbr') MBROPT(*ADD)

3) CPYF FROMFILE(mylib/JCRCMDS) TOFILE(mylib/JCRCMDS) FROMMBR(a) TOMBR(parser) MBROPT(*REPLACE) FROMRCD(391) TORCD(720)

4) CRTBNDRPG PGM(mylib/PARSER) SRCFILE(mylib/JCRCMDS)

5) CALL mylib/PARSER PARM(A JCRCMDS mylib)

6) CRTBNDCL PGM(mylib/JCRCOMPOST) SRCFILE(mylib/JCRCMDS)

7) CALL mylib/JCRCOMPOST PARM(mylib)

RMVM FILE(mylib/JCRCMDS) MBR(A)


V7 FTP Installation Instructions

Download the V7 source JCRCMDS V7 to the C:/ directory on your PC.

CRTSRCPF FILE(mylib/JCRCMDS) RCDLEN(112) . (do not let FTP create the source file).

FTP xx.xx.xx.xx.xx , profile, password, put c:/jcrcmds.txt mylib/jcrcmds.a

Continue with Step 3) CPYF in above IFS section to complete.

Please note reported erratic (rare) results with FTP. Some clients will shift the resultant source code over 2 positions to the left and it will not compile, or the source is shifted one position to the right and it will not compile. No idea why. If your FTP download does not compile, please use the 100% guaranteed IFS method above.



V5R4 V6 IFS Installation Instructions

Download the V5R4 to V6 source JCRCMDS V5R4 to a directory on your IFS drive.

1) CRTSRCPF FILE(mylib/JCRCMDS) RCDLEN(112)

2) CPYFRMSTMF FROMSTMF('mydirectory/jcrcmds6.txt') TOMBR('/qsys.Lib/mylib.lib/jcrcmds.file/a.mbr') MBROPT(*ADD)

3) CPYF FROMFILE(mylib/JCRCMDS) TOFILE(mylib/JCRCMDS) FROMMBR(a) TOMBR(parser) MBROPT(*REPLACE) FROMRCD(385) TORCD(690)

Continue with Step 4) CRTBNDRPG in v7 section


V5R4 V6 FTP Installation Instructions

Download the V5R4 to V6 source JCRCMDS V5R4 to the C:/ directory on your PC.

CRTSRCPF FILE(mylib/JCRCMDS) RCDLEN(112) . (do not let FTP create the source file).

FTP xx.xx.xx.xx.xx , profile, password, put c:/jcrcmds6.txt mylib/jcrcmds.a

Continue with Step 3) CPYF in above IFS section to complete.


Note: Not all CLLE or RPGLE programs may compile on your system. JCRSSQL, for example, requires object authority to DMPSYSOBJ command. If your system does not compile one of the programs, just Ignore the error messages. If you have any question about the install process, email me .


Back Back to JCRCMDS.

Last modified September 1st 2023