Hello, I am having problem applying a USERMOD when using SMP/E. I have a ++JCLIN statement within the USERMOD to do a LINK. The USERMOD RECEIVES and APPLYs okay, but the LINK is not done. The JCL within the ++JCLIN statement is okay, I can run it outside of SMP/E and it LINKs successfully.
Can anyone tell me why the following usermod does not link. ++USERMOD (LM2TBT0) ++VER (Z038) FMID(HDZ2210) ++JCLIN. //IGGPRE00 JOB (SOFTN002),'IGGPRE00 ', // CLASS=K,TIME=5,NOTIFY=&SYSUID,MSGCLASS=X //* //* EDIT ASSEMBLE IGGPRE00 & LINK TO LPALIB //* //ACFLINK EXEC PGM=IEWL, ACF2 MODULE LINK PROCEDURE // PARM='RENT,LET,LIST,XREF,SIZE=(512K,96K)' //SYSLMOD DD DISP=SHR,DSN=SYS1.LPALIB //SYSUT1 DD UNIT=SYSDA,SPACE=(TRK,(10,10)) //SYSPRINT DD SYSOUT=* //ACFMOD DD DISP=SHR,DSN=SYS2A.CA.LINKLIB //SYSLIN DD * INCLUDE ACFMOD(ACF$GCVT) INCLUDE ACFMOD(ACF00GCB) INCLUDE LPALIB(IGGPRE00) ENTRY IGGPRE00 NAME IGGPRE00(R) ++SRC(IGGPRE00) DISTLIB(AVPSSRC). IGGPRE00 TITLE 'DF/DS PREPROCESSING EXIT FOR NEW DASD ALLOCATION' " source statements " ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
