Printing a Sensor Data Statistics report

To print a Sensor Data Statistics report, code the FF DB Sensor Printing utility JCL and run the job.

Procedure

  1. Write the EXEC and the DD statements.

    For the format of the EXEC statement and the list of DD statements, see EXEC and DD statements for the FF DB Sensor Printing utility.

  2. Specify the GLOBAL command, the DATABASE command, and their keywords in the BBESPRIN DD.
    See the following topics for more information:
  3. Run the FF DB Sensor Printing utility (BBESPRNT) job step to print the report.

    Ensure that the return code is 0.

    For a sample of the Sensor Data Statistics report, see Sensor Data Statistics report from the FF DB Sensor Printing utility.

Example

The following example shows how to specify the FF DB Sensor Printing utility JCL.
Figure 1. FF DB Sensor Printing utility JCL
//BBESPRNT JOB CLASS=A                                              
//PGM1     EXEC PGM=BBESPRNT                                      
//STEPLIB  DD DISP=SHR,DSN=db_solution_pack_load_module_library   
//         DD DISP=SHR,DSN=IMS_Tools_Base_load_module_library
//RECON1   DD DISP=SHR,DSN=recon1_data_set_name
//BBESPRT  DD SYSOUT=*                                            
//BBESOUT  DD SYSOUT=*                                            
//BBESPRIN DD *                                                   
 GLOBAL ITKBSRVR=FPQSVRDM                                         
 DATABASE DBD=DEVICEDB                                           
/*