Parameters

If no parameters are specified, all active DUCBs are summarized.
*
An asterisk is used as a placeholder if no variable parameters are specified.
variable_item
Any one of the following variable parameters.
variable_list
You can repeat from 1 - 32 of the following variable parameters, each separated by a blank space, within parentheses:
jobname
Displays only the DUCBs with this job name. The job name can be a TCP/IP application name or a stack name. Must contain from 1-8 characters.
DUCB_address
Displays the DUCB with this address. An IPCS symbol name can be specified for the address. The address is specified as 1-8 hexadecimal digits. If an address begins with characters A–F, prefix the address with a 0 to avoid the address being interpreted as a symbol name or as a character string.
DUCB_index
Displays this DUCB with this index. The index is a hexadecimal number containing one to four digits. The lowest index is 0.
ASCB_address
Displays the DUCB with this address space control block (ASCB) address. An IPCS symbol name can be specified for the address. The address is specified as 1-8 hexadecimal digits. If an address begins with characters A–F, prefix the address with a 0 to avoid the address being interpreted as a symbol name or as a character string.
ASID_number
Displays the DUCB with this ASID. The ASID is a hexadecimal number containing one to four digits.
In addition to the variable parameters described above, you can specify the following keyword parameters:
ALL
Display information for all active DUCBs. This is the default.
ABEND
Display only information for DUCBs that ABENDed.
INUSE
Display only information for DUCBs currently being used
RESUME
Display only information for DUCBs that are resumed.
SUSPEND
Display only information for DUCBs that are suspended.
NORSA
Do not display the contents of the DUCBs' register save areas (RSA). By default, the RSA contents are displayed.
TCP, TITLE, NOTITLE
See Parameters for a description of these parameters.
Rule: If you specify multiple keywords from the set {ALL, ABEND, INUSE, RESUME, SUSPEND}, only the last one is used.