Simultaneously extend SDEP analyze and create image copy

This topic provides sample JCL.
01 //PFP EXEC  PGM=DFSRRC00,REGION=0M,
02 //          PARM=(IFP,PFPSAMP,DBF#FPU0) 
03 //STEPLIB   DD DISP=SHR,DSN=BMC.PFP.LOAD 
04 //          DD DISP=SHR,DSN=IMSVS.RESLIB 
05 //PFPSYSIN  DD * 
06   EXTEND DBD=PFPSAMP, EXTEND_SDEP=(Control_INTERVALS,100)
07         POINTER_VALIDATION=FULL
08     IC DSNAME='PFP.ICOPY.&DBD.&AREA(+1)',
09        UNIT=TAPE,DISP=(NEW,CATLG)
 /*

Descriptive text for JCL to simultaneously extend SDEP, analyze, and create image copy

Line no.

Comments

01-04

EXEC and STEPLIB DD statements for Fast Path online execution

05

PFPSYSIN DD for Fast Path Online Suite control statements

06

All areas of the DBD are extended. Specifying the DBD name is not necessary and must match the DBD name in the IFP PARM statement in line 2. If the names do not match, an error is displayed and the job will terminate. Adding 100 control intervals to SDEP increases the SDEP portion.

07

A complete analysis (full pointer validation) of all areas is performed on the DEDB.

08-09

An output image copy is created in the same job step as the extend. The DBD and area name are substituted in the image copy data set name to create a unique name for each area.




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