Because the operating environment of a PL/I program is different from that of CA Culprit (that is, Assembler), the following procedures must be observed when using PL/I modules.
Note: PL/I user modules are only supported on the z/OS platform.
For programs compiled with an LE-compliant compiler:
//SYSIN DD * CHANGE CULSUB(plisub_proc) Procedure name within PL/I user module INCLUDE SYSLMOD(plisub) Linked PL/I user module name INCLUDE SYSLMOD(CULLEOPT) ENTRY CULLEOPT NAME CULLUSnn(R) Name called by CA Culprit /*
For programs compiled with a non LE-compliant compiler:
//SYSIN DD* CHANGE CULPLI(plisub_proc) Procedure name within PL/I user module INCLUDE SYSLMOD(plisub) Linked PL/I user module name INCLUDE SYSLMOD(CULLPOPT) ENTRY PLIOPT NAME CULLUSnn(R) Name called by CA Culprit /*
Copyright © 2014 CA.
All rights reserved.
|
|