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. We must provide a JOBCARD and the data set name of SMP/E CSI that contains IBM MQ for z/OS .
Figure 1. Example SMP/E LINK CALLLIBS job
//******************************************************************
//* 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 .
/*
Parent topic: Upgrading and applying service to Language Environment or z/OS Callable Services