SYSPRINT DD statement

The SYSPRINT DD statement defines the required listing data set. SYSPRINT can be assigned to SYSOUT or to any QSAM data set.

The STEPLIB DD statement identifies where the DAPUSMF1 utility program resides.

DAPUSMF1 SYSPRINT DD statement syntax

//SYSPRINT DD SYSOUT=A

DAPUSMF1 writes detailed information about each data set in the input SMF data set defined by the SMFFILE DD statement.

DAPUSMF1 will not proceed if the SYSPRINT DD statement is unusable or is not specified.

The following table shows the valid DCB parameters that can be specified.

If you do not specify any or all of the DCB parameters and the data set label has no DCB parameters, DAPUSMF1 chooses RECFM=FB, LRECL=80, and a block size. When the output device is DASD or a standard labeled tape, the system determines the block size to be used.

DAPUSMF1 SYSPRINT DD statement parameters

DCB parameter

Description

DSORG=PS | PO

The output data set organization can be physical sequential (PS) or the member of a partitioned data set (PO).

RECFM=[F | FB | V | VB | FA | FBA | VA | VBA | FM | FBM | VB | VBM]

The data set record format can be fixed (F), fixed block (FB), variable (V), or variable blocked (VB). The default value is FB.

These record formats can be specified to include ISO/ANSI control characters (A) or machine (M). For example, you can specify VBA instead of VB.

LRECL=[nnn]

The data set’s minimum logical record size is 80 for fixed length or 84 for variable length. The maximum size is 256. The default value is 80.

BLKSIZE=[nnnnn]

If you are using fixed block records, the block size can be any multiple of the logical record length. If you are using variable or variable blocked records, the block must be a minimum of the logical record length plus four. The block size cannot exceed 32760 bytes.

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments