Parameters

If no parameters are specified, only information about the Macro API is 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:
Variable parameters are:
jobname
Displays only the API control blocks for this job name. The job name can be a TCP/IP application name or a stack name. Must contain from 1-8 characters.
ASCB_address
Displays the API control blocks 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 digit A–F, prefix the address with a zero to avoid the address being interpreted as a symbol name or as a character string.
ASID_number
Displays the API control blocks with this address space identifier (ASID). The ASID is a hexadecimal number containing 1 - 4 digits.
In addition to the variable parameters, you can specify the following keyword parameters:
MACRO
Displays only information for Macro APIs. MACRO is the default.
PASCAL
Displays only information for Pascal APIs.
ALL
Displays information for both APIs.
SUMMARY
Displays the addresses of the control blocks and other data in tables. SUMMARY is the default.
DETAIL
Also displays the contents of the control blocks in addition to the SUMMARY display.
TCP, TITLE, NOTITLE
See Parameters for a description of these parameters.
Rules:
  • If you specify multiple keywords from the set {MACRO, PASCAL, ALL}, only the last one is used.
  • If you specify multiple keywords from the set {SUMMARY, DETAIL}, only the last one is used.