Example 4: Running OER with OPC and storing sensor data in the IMS Tools KB repository

The following figure shows example JCL for running OER with OPC and for storing the sensor data in the IMS Tools KB repository.

In addition to the default data elements that are collected by the SENSOR keyword, the data elements that are related to database records and root segment distribution are stored (SENSOR_DBREC=YES specification).

Figure 1. Running OER with OPC and storing sensor data in the IMS Tools KB repository
//REORG       EXEC FPUTIL,DBD=DEDBJN23,IMSID=IMS1
//*
//FPU.STEPLIB DD DISP=SHR,DSN=HPFP.SHFPLMD0
//            DD DISP=SHR,DSN=IMSVS.SDFSRESL
//            DD DISP=SHR,DSN=ITB.SHKTLOAD
//FPXMFILE    DD SYSOUT=*
//FPXRPTS     DD SYSOUT=*
//FPXSPRT     DD SYSOUT=*
//RECON1      DD DISP=SHR,DSN=IMSVS.RECON1
//RECON2      DD DISP=SHR,DSN=IMSVS.RECON2
//RECON3      DD DISP=SHR,DSN=IMSVS.RECON3
//FPXIN       DD *
  GLOBAL
    DBRC=YES,
    ITKBSRVR=FPQSVR01,
    ADXCFGRP=ADSVR01
  REORG
    AREA=ALL,
    PTRCHK=YES
  PTRCHK
    TYPRUN=RPT,
    CHKUOW=ALL,
    FULLSTEP=YES,
    SENSOR=YES,
    SENSOR_DBREC=YES
/*