Generating input to the Area Change Modeling Utility

To generate input to the Area Change Modeling Utility, use the JCL for the analysis function and specify the following identifiers:
  • Add DD statements identifying the segment information data set to be created.

  • Use the MODEL_DDNAME keyword with the ANALYZE command to identify the names of the DD statements in the JCL.

You can generate multiple copies of a report by listing more than one ddname.

The segment information data set is used as input to the Area Change Modeling Utility. Sample JCL is shown in below figure. For more information about the Area Change Modeling Utility, see the Fast Path/EP Series Reference Manual documentation Open link .

//PFP   EXEC PGM=PFPMAIN,REGION=0M
//STEPLIB  DD DISP=SHR,DSN=BMC.PFP.LOAD
//         DD DISP=SHR,DSN=IMS.RESLIB
//ddname1  DD DISP=OLD,DSN=your.dataset.name
//PFPSYSIN DD *
  ANALYZE DBD=dbdname,
    MODEL_DDNAME=ddname1
/*
Related topic


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