JCL examples for Recovery Sensor

Use these JCL examples to help you code JCL statements for Recovery Sensor.

A complete sample JCL can be found in member SFRXSAMP(IROSSAMP).

Processing recovery sensor data from DBRC

The following JCL example shows the control statements to extract recovery sensor data from DBRC.

Figure 1. Recovery Sensor JCL example: Processing recovery sensor data from DBRC
SAMPLE Control statements extract sensors from DBRC

//IROSIN   DD *                                                       
*                                                                     
*     SOME GLOBAL VALUES THAT ITKB INTERFACE MAY NEED                 
*                                                                     
 GLOBAL(ITKBSRVR=REPOSRVR,                                            
        ADXCFGRP=ADXCFGRP)                                            
*                                                                     
*     THIS IS TO GENERATE SENSORS FROM DBRC DATA                      
*                                                                     
 DATABASE ( DBD=F1O1PC )                                               
 DATABASE ( DBD=H1O1PL,PART=H1O1PL1 )                                  
 DATABASE ( DBD=D2V1P1,AREA=D2V1P11 )                                  
 CA ( GROUP=CAF101PP )