EXEC and DD statements for the FF DB Sensor Printing utility
You must include the EXEC statement and appropriate DD statements in your FF DB Sensor Printing utility JCL.
EXEC statement
The EXEC
statement must be in the following format:
//STEP EXEC PGM=BBESPRNT
where
PGM specifies the FF DB Sensor Printing program, which is BBESPRNT.DD statement summary
The
following table summarizes the DD statements for the FF DB Sensor
Printing utility.
DD name | Use | Required or optional | Format |
---|---|---|---|
STEPLIB | Input | Required | RECFM=U |
RECON1 | Input | Optional |
|
BBESPRIN | Input | Required | RECFM=FB,LRECL=80 |
BBESOUT | Output | Required | RECFM=FBA,LRECL=133 |
BBESPRT | 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.
- BBESPRIN DD
- This DD statement is required. This DD statement specifies the BBESPRIN data set that contains the BBESPRIN control statement.
DD statements for output
Specify the following output DD statements:
- BBESOUT DD
- This required DD statement specifies the output data set for the FF DB Sensor Printing utility reports and messages. If you omit BBESOUT DD, this DD is allocated dynamically with SYSOUT=* and the reports and messages are printed in the SYSOUT data set.
- BBESPRT DD
- This required DD statement specifies the output data set for the FF DB Sensor Printing utility reports. If you omit BBESPRT DD, this DD is allocated dynamically with SYSOUT=* and the reports are printed in the SYSOUT data set.