Maintenance
U20944-J-Z247-6-7600
//APPLY JOB 'ACCOUNT #','NAME',MSGLEVEL=(1,1)
//APPLY EXEC SMPPROC
//*SMP.SVCLIB DD DSN=SYS1.SVCLIB,UNIT=XXXX,DISP=SHR,
//* VOL=SER=NNNNNN
//*SMP.LINKLIB DD DSN=SYS1.LINKLIB,UNIT=XXXX,DISP=SHR,
//* VOL=SER=NNNNNN
//SMP.SYSIN DD * (SMPCNTL)
SET BDY(SPSvrmT) .
APPLY CHECK .
/*
Figure 19: Example SMP PTF Apply Job
An accept should be performed only after SPS has been run with the new sysmods for a
while without problems. A good approach is to accept old sysmods when new sysmods
are to be applied.
//ACCEPT JOB 'ACCOUNT #','NAME',MSGLEVEL=(1,1)
//ACCEPT EXEC SMPPROC
//SMP.SYSIN DD * (SMPCNTL)
SET BDY(SPSvrmD) .
ACCEPT .
/*
Figure 20: Example SMP PTF Accept Job