JOAARD LIMITED
ARCHITECTURE, INFRASTRUCTURE, CODE, AUTOMATION, IBM WEBSPHERE, AS/400
A CL program, command and help panelgroup, as a front end to the QPRCRTPG API.
To compile the CRTMIPGM CLP source you will need to create a source physical file called QMISRC and this needs to be available at compile time in the jobs library list. The source physical file (QMISRC) needs to be created with a record length of 92, otherwise unpredictable results may occur. If you would like a different record length, you must modify the program to accomodate that length.
Three source files are provided, all with the name prefix, CRTMIPGM. Following the prefix is an indicator to the type of object, *CMD, *PGM, *PNLGRP. Typically these source files would reside in source physical files QCMDSRC, QCLSRC and QPNLSRC respectively.
Example commands to create the objects:- CRTSRCPF FILE(QMISRC) RCDLEN(92)
- CRTCMD CMD(CRTMIPGM) PGM(CRTMIPGM) HLPPNLGRP(CRTMIPGM)
- CRTCLPGM PGM(CRTMIPGM)
- CRTPNLGRP PNLGRP(CRTMIPGM)
DIRECTORY CONTENTS
Name | Last modified | Description | |
---|---|---|---|
Parent Directory | |||
CRTMIPGM.CLSRC.txt | 06-Feb-2020 14:54 | ||
CRTMIPGM.CMDSRC.txt | 06-Feb-2020 14:54 | ||
CRTMIPGM.PNLSRC.txt | 06-Feb-2020 14:54 | ||