Loading of procedures
It is recommended that all operation procedures be cataloged in one procedures library:
- Either in a reserved PROCLIB: in this case, execute the allocation job first, and then the loading job.
- Or in an existing PROCLIB: in this case, execute the loading job straight away.
D05IPROM module: '$prfj.D5I' job
Allocation of a reserved library
(optional)
Step | Program | Comments |
---|---|---|
STEP1 | IEFBR14 | Allocation of procedures library |
D05PROCM module: '$prfj.D5P' job
Loading of procedures
This job includes an IEBUPDTE step, which creates one member for each procedure.
Caution:
Replace all :/ with ./ before submitting the job.
Each member is coded 'BVPNNNN', where NNNN is the standard name of the procedure.