Running a LINK CALLLIBS job
An example job to relink modules when using CALLLIBS.
The following is an example of the job to relink modules when using CALLLIBs on a SMP/E V3r2 system. You must provide a JOBCARD and the data set name of SMP/E CSI that contains IBM MQ for z/OSĀ®.//****************************************************************** //* RUN LINK CALLLIBS. //****************************************************************** //CALLLIBS EXEC PGM=GIMSMP,REGION=4096K //SMPCSI DD DSN=your.csi // DISP=SHR //SYSPRINT DD SYSOUT=* //SMPCNTL DD * SET BDY(TZONE). LINK LMODS CALLLIBS . /*