Hello Group,
I tried looking at LINK LMODS utility for CALLIBS, but I
didn't understand exact usages .
I also referred couple of IBM link for this and one of them
is below.
http://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.gim3000/rlmtuc.htm
Which talks about
Use the LINK LMODS command to relink load modules that have a CALLLIBS
subentry list in their LMOD entry (and therefore use the automatic library
call option to implicitly include modules from a specified library). The
LINK LMODS command may also be used to relink specific load modules that do
not contain CALLLIBS, rebuilding them from scratch if necessary. But still
Sample JCL is
//SMPOUT DD SYSOUT=*
//SMPRPT DD SYSOUT=*
//SMPLOG DD SYSOUT=*
//SMPLOGA DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SMPCNTL DD *
SET BDY(CIC52T) OPTIONS(CICSOPT).
LINK CHECK
LMODS CALLLIBS(SCEELKED).
I never used this before. Can you please help me understand that what this
JCL will be doing .
Thanks in advance.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN