RUN_DD field descriptions

The RUN_DD NEWLIST provides the following fields for reporting.

COMPLEX
This 8-character field identifies the security complex name. For information about the possible values for COMPLEX, see the description of the COMPLEX keyword on the ALLOCATE statement.

The COMPLEX is empty if the DD name does not relate to a specific complex. Contrary to most other newlist types, the version is not appended when printing 13 characters of the COMPLEX field in the RUN_DD newlist type. Use the VER field instead to format the version.

CONCAT

The concatenation number. First data set is 0, first concatenation behind it is 1, and so on.

DATETIME

The date or time stamp of the content of the UNLOAD or CKFREEZE file that is allocated to the DD name. It is missing for other types.

DDNAME

The DD name or, in TSO, file name.

DEFTYPE

This flag field shows whether the record is for a DEFTYPE allocation.

INOUT

The text In or Out indicates whether the file is an input or an output file.

RECNO
The number of records that are read so far:
  • For a RACF data set, those records represent profile base and non-base segments.
  • For a BPAM concatenation, this is only non-zero on the data set that contains the member that was read.
  • For output files, the field is suppressed; the report is created before most of the output is written.
SOURCE

A string shows where the ALLOC or IMBED statement for this DD name was located. If you want to understand concatenated data sets, you must sort first on SOURCE before you sort on DDNAME and CONCAT.

SYSTEM

The system name as used by CKRCARLA (usually the SMF ID).

TYPE

The type of input data set as specified on an ALLOC TYPE= parameter, or the following additional types:

BANNER
Input file with required banner texts.
CKR2PASS
CARLa output file for two-pass queries.
INCLUDE
Include files in the CARLa input.
NEWLIST_DD
File is used (only) as a newlist output target.
SYSIN
The input file (CARLa).
SYSPRINT
Print file with messages.
SYSTERM
Print file with terminal messages (progress and high severity error messages).
UNLOAD_ACCESS
Access Monitor unload output file.
UNLOAD_ACF2
ACF2 unload output file.
UNLOAD_RACF
RACF unload output file.
UNLOAD_SMF
SMF unload output file.
VER

The ALLOC VERSION= parameter for this DD name.

VOL_DSN_PATH

A string with volume followed by data set name followed by an optional member name in parentheses, or a UNIX path name (truncated at 255).