EXEC and DD statements for the FP DB Sensor Printing utility

You must include the EXEC statement and appropriate DD statements in your FP DB Sensor Printing utility JCL.

EXEC statement

The EXEC statement must be in the following format:
//STEP EXEC PGM=HFPSPRNT
where PGM specifies the FP DB Sensor Printing program, which is HFPSPRNT.

DD statement summary

The following table summarizes the DD statements for the FP DB Sensor Printing utility.
Table 1. HFPSPRNT DD statements
DD name Use Required or optional Format
STEPLIB Input Required RECFM=U
RECON1 Input Optional

HFPSPRIN Input Required RECFM=FB,LRECL=80
HFPSOUT Output Required RECFM=FBA,LRECL=133
HFPSPRT Output Required RECFM=FBA,LRECL=133

DD statements for input

Specify the following input DD statements:

STEPLIB DD
This required DD statement specifies the load module library of DB Sensor. You do not need to APF-authorize this library.
RECON1 DD
Specify the RECON1 data set name that was used when sensor data was stored. If you do not specify the correct name, the utility cannot find the sensor data.
HFPSPRIN DD
This DD statement is required. This DD statement specifies the HFPSPRIN data set that contains the HFPSPRIN control statement.

DD statements for output

Specify the following output DD statements:

HFPSOUT DD
This required DD statement specifies the output data set for the FP DB Sensor Printing utility reports and messages. If you omit HFPSOUT DD, this DD is allocated dynamically with SYSOUT=* and the reports and messages are printed in the SYSOUT data set.
HFPSPRT DD
This required DD statement specifies the output data set for the FP DB Sensor Printing utility reports. If you omit HFPSPRT DD, this DD is allocated dynamically with SYSOUT=* and the reports are printed in the SYSOUT data set.