//RAZOWPTF JOB 0,REGION=64M,CLASS=A,MSGCLASS=A,NOTIFY=&SYSUID //* //* Change #hlq to the high level qualifier used to upload the ++PTF. //* Change #globalcsi to the data set name of your global CSI. //* Change #tzone to your CSI target zone name. //* Once the APPLY CHECK is successful, remove the CHECK operand //* and run the APPLY step again to do the actual APPLY. //* // SET HLQ=ZOWE // SET CSI=ZOWE.V190.CSI //* //RECEIVE EXEC PGM=GIMSMP,REGION=0M //SMPCSI DD DISP=OLD,DSN=&CSI //SMPPTFIN DD DISP=SHR,DSN=&HLQ..AZWE001.UO01945 // DD DISP=SHR,DSN=&HLQ..AZWE001.UO01946 //SMPCNTL DD * SET BOUNDARY(GLOBAL) . RECEIVE SELECT( UO01945 UO01946 ) SYSMODS LIST . //* //APPLY EXEC PGM=GIMSMP,REGION=0M //SMPCSI DD DISP=OLD,DSN=&CSI //SMPCNTL DD * SET BOUNDARY(TZONE) . APPLY SELECT( UO01945 UO01946 ) CHECK BYPASS(HOLDSYS,HOLDERROR) REDO COMPRESS(ALL) . //*