Use the SNAP function to dump control interval
JCL to use the SNAP function to dump control interval
01//PFP EXEC PGM=PFPMAIN,REGION=0M
02//STEPLIB DD DISP=SHR,DSN=BMC.PFP.LOAD
03// DD DISP=SHR,DSN=IMSVS.RESLIB
04// DD DISP=SHR,DSN=IMSVS.DFSMDA
05//PFPSYSIN DD *
06 PROCESS_AREA DBD=PFPSAMP,IAREA=PFPSAMP1
07 PERFORM SCRIPT={ SNAP (X'01AF4C'); }
/*
02//STEPLIB DD DISP=SHR,DSN=BMC.PFP.LOAD
03// DD DISP=SHR,DSN=IMSVS.RESLIB
04// DD DISP=SHR,DSN=IMSVS.DFSMDA
05//PFPSYSIN DD *
06 PROCESS_AREA DBD=PFPSAMP,IAREA=PFPSAMP1
07 PERFORM SCRIPT={ SNAP (X'01AF4C'); }
/*
Descriptive text for JCL to use the SNAP function to dump control interval
Line no. | Comments |
---|---|
01-04 | EXEC and STEPLIB DD statements for Fast Path/EP offline execution. |
05 | PFPSYSIN DD for Fast Path/EP control statements. |
06 | Defines DEDB name for PROCESS_AREA command. The SNAP function will be performed for area PFPSAMP1 only. |
07 | The CI containing the record at RBA 01AF4C is snap dumped. |
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*