The Predictive Recall application can be implemented in five steps:
-
Job Scheduling software is used to generate a list of jobs for the Predictive Recall application to consider. This list is used to create
INCLUDEcontrol statements for the JCL members to be processed by MON-PRECALL. -
MON-PRECALL uses the
INCLUDEcards created in Step 1 to expand the JCL used by the production jobs. The product then scans the expanded JCL to locate the fully qualified data set names, and creates a list of probable input data sets using the disposition parameter (DISP=OLD/SHR/MOD). The data set list is sorted and duplicates are removed. -
A catalog lookup is done for each data set. If the
VOLSERisMIGRAT, anHRECALLstatement is generated. TheHRECALLstatements can be passed directly to the Inactive Data Mover or listed for storage administrator review.Note: ForGDGBASEdata set requests, a specially formatted GDG list is created to be passed to the next step to invoke the catalog and obtain all generation names. -
Obtain all generation names for each
GDGBASEdata set passed from the previous step. If theVOLSERisMIGRAT, generate anHRECALLstatement for migrated generations. -
Execute the generated
HRECALLcommands from the migrated data set lists obtained from Steps 3 and 4.