Restart function JCL requirements


You use the existing JCL that was used for the Restructure function to execute the Restart function.

To use the RESTART command in place of the RESTRUCTURE command


    • Ensure that DISP=SHR is specified with the AMSOUT data set.
    • Replace the RESTRUCTURE command from the PFPSYSIN control statement with the RESTART command.
    • If post-processing has progressed beyond the early termination point, remove the EARLY_TERMINATION keyword.


The following table shows sample JCL for using the RESTART function.

//PFC    EXEC  PGM=PFCMAIN,REGION=0M
//STEPLIB  DD DISP=SHR,DSN=BMC.PFP.LOAD
//         DD DISP=SHR,DSN=BMC.DBU.LOAD
//         DD DISP=SHR,DSN=BMC.DLA.LOAD
//         DD DISP=SHR,DSN=BMC.ICO.LOAD
//         DD DISP=SHR,DSN=BMC.PASSWORD
//         DD DISP=SHR,DSN=yourname.USERLIB
//         DD DISP=SHR,DSN=IMSVS.RESLIB
//AMSOUT   DD DISP=SHR,DSN=yourname.AMSOUT.PDS
//NEWACB   DD DISP=SHR,DSN=yourname.ACBLIB.STAGE ----> NEWACB is not required in a managed ACB environment. The data is read from the staging directory.
//NEWRESLB DD DISP=SHR,DSN=yourname.USERLIB.STAGE
//NEWPFXLB DD DISP=SHR,DSN=yourname.PFXLIB.STAGE
//PFPRINT  DD SYSOUT=*
//PFPRPTS  DD SYSOUT=*
//PFPSYSIN DD *
  RESTART DBD=DPCON,ACCESS=(ONLINE,imsid),
      PLAN DSNAME='yourname.PLAN.&DBD',DISP=SHR
/*

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*