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.

Prepare function JCL requirements

The following figure provides an example of the JCL that is required to invoke the Prepare function. You execute the PREPARE command with program PFCMAIN.
//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
//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 *
  PREPARE DBD=dbdName,ACCESS=(ONLINE,imsID),
      POINTER_VALIDATION=AUTO
      PLAN DSNAME='yourName.PLAN.&DBD',DISP=(USE,CATLG),
           UNIT=SYSALLDA,VOLSER=volser,SPACE=(CYL,1,1)
/*



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