Analysis of an image copy
The analysis function can read and analyze an image copy of a DEDB. The operating characteristics during analysis of an image copy data set are as follows:
- The DEDB area data set is not accessed.
- Any standard image copy data set can be analyzed, including data sets that are created by using concurrent processing.
The characteristics of the analysis depend on the type of image copy being analyzed. Analysis of a batch image copy (one that represents a valid recovery point) resembles analysis of a DEDB by using the offline method. Analysis of a concurrent image copy (one that does not represent a recovery point) resembles analysis of a DEDB by using the concurrent method.
Inputs and outputs
The following figure shows the analysis function with an image copy that is used as input.
Control statement
The JCL for analysis of an image copy is shown in below figure
In this example, the input image copy and ACB library are accessed by using dynamic allocation.
//STEPLIB DD DSN=BMC.PFP.LOAD, DISP=SHR
// DD DSN=IMS.RESLIB,DISP=SHR
//PFPPRINT DD SYSOUT=*
//PFPSYSIN DD *
ANALYZE DBD=dbdname, IAREA=areaname,
INPUT_DSN_MASK='dataset-name-mask'
Related topic