Hi,
maybe this helps:
//UNLOAD  EXEC  PGM=GIMSMP,REGION=4M,                            
//        PARM='CSI=csi,PROCESS=END'             
//SMPPUNCH DD DSN=dataset,UNIT=SYSDA,
//         DISP=(NEW,CATLG),SPACE=(TRK,(1,1)),                    
//         DCB=(LRECL=80,RECFM=FB)                                
//SMPLOG   DD  SYSOUT=V,HOLD=YES                                  
//SMPCNTL  DD  *                                                  
 SET BDY(target) .                                                 
 UNLOAD DDDEF .                                                  
then change manually and load
//REP     EXEC  PGM=GIMSMP,REGION=4M,                          
//        PARM='CSI=csi,PROCESS=END'           
//SMPLOG   DD  SYSOUT=V,HOLD=YES                                
//SMPCNTL  DD  *                                                
 SET BDY(target) .                                               
//         DD  DISP=SHR,DSN=dataset
regards Juergen

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to