REPORT_DDNAME
Use the REPORT_DDNAME keyword to specify the destination ddname(s) for one or more reports requested with the associated subcommand.
You can use the JCL parameters on the referenced DD statement(s) to place report(s) on tape, disk, or another storage medium. If the JCL does not contain a DD statement(s) with the referenced ddname(s), an error message is issued.
The output data set must be a sequential data set. The record format (RECFM) can specify fixed or variable length records, blocked or unblocked, and can include ANSI carriage control. The logical record length (LRECL) can be any length. If an output record exceeds the LRECL, the record is truncated. If an output record is shorter than the LRECL, the record is padded with trailing blanks. The block size (BLKSIZE) can be any value that is appropriate for the LRECL and RECFM.
If you specify ANSI carriage control, a control character is generated for each logical record. If you do not specify ANSI carriage control, the Fast Path/EP product generates blank lines to simulate any carriage control function requested.
The following DCB characteristics are recommended:
Use
REPORT_DDNAME is an optional keyword for the following subcommands:
- ALLOCATE
- REPORT
Syntax
REPORT_DDNAME=(parameter[, parameter ...])
Parameters
Specify a 1-character to 8-character ddname of a JCL statement, or an asterisk (*) to request dynamic allocation of a SYSOUT=* data set.
Default
None
Alias
RPTDD