I used to have an IGGPRE exit.  Here are the relevant parts of mine.

//SMPPTFIN  DD DATA,DLM=ZZ            
++USERMOD(MSMS001) .                  
++VER(Z038) FMID(HDZ1C10).            
++SRC(IGGPRE00)  DISTLIB(AOSD0) .     
IGGPRE00 CSECT                        
IGGPRE00 AMODE 31                     
IGGPRE00 RMODE 24                     
.
.
.
         IEFUCBOB             
         CVT DSECT=YES        
         END   IGGPRE00       
ZZ                            
//                            

Would do the assembly/linkedit automatic.
_________________________________________________________________
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President
david.jou...@53.com
1830 East Paris, Grand Rapids, MIĀ  49546 MD RSCB2H
p 616.653.8429
f 616.653.2717

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Fred Kaptein
Sent: Monday, August 28, 2017 4:29 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Linking module in SMP/E with ++JCL

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

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 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to