Space announcement

   

This space provides the same content as before, but the organization of the home page has changed. The content is now organized based on logical branches instead of legacy book titles. We hope that the new structure will help you quickly find the content that you need.

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
//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
/*



This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments