LISTIDR control statement

Use the LISTIDR control statement to obtain listings of selected CSECT identification records (IDR). AMBLIST also supports the LISTIDR control statement for program objects in z/OS® UNIX System Services files.

LISTIDR

 [OUTPUT={IDENT|ALL}]

 [,TITLE=('title',position)]

 [,DDN=ddname]

 [,MEMBER={member|(member1,membern...)}]

 [,MODLIB]
OUTPUT={IDENT|ALL}
Specifies whether AMBLIST must print all CSECT identification records or only those containing SPZAP data and user data. If you specify OUTPUT=ALL, all IDRs associated with the module will be printed. If you specify OUTPUT=IDENT, AMBLIST will print only those IDRs that contain SPZAP data or user-supplied data. If you omit this parameter, AMBLIST will assume a default of OUTPUT=ALL. Do not specify OUTPUT if you specify the MODLIB parameter.
TITLE=('title',position)
Specifies a title, from one to 40 characters long, to be printed below the heading line on each page of output. (The heading line identifies the page number and the type of listing being printed, and is not subject to user control.) The position parameter specifies whether or not the title is indented; if TITLE=('title',1) is specified, or if the position parameter is omitted, the title is printed flush left, that is, starting in the first column. If you want the title indented from the margin, use the position parameter to specify the number of characters that are left blank before the title. If a position greater than 80 is specified, the indentation from the margin defaults to 1.
DDN=ddname
Identifies the DD statement that defines the data set containing the input module. If you omit the DDN parameter, AMBLIST will assume SYSLIB as the default ddname.
Note: If the DD name associated with this operation is allocated to a z/OS UNIX System Services directory, there must also be a MEMBER parameter specifying the file or files in that directory.
MEMBER={member|(member1,membern...)}
Identifies the input load module or program object by member name or alias name. To specify more than one load module or program object, enclose the list of names in parentheses and separate the names with commas. If you omit the MEMBER parameter, AMBLIST will print all modules in the data set. Do not specify MEMBER if you specify the MODLIB parameter.
Note: AMBLIST will accept member names up to 63 bytes in length. For aliases longer than 63 bytes, their primary member names must be entered instead.
MODLIB
Prevents AMBLIST from printing the module summary. AMBLIST prints the IDRs that contain SPZAP data or user-supplied data. No page ejects occur between modules. When you specify MODLIB, the OUTPUT or MEMBER parameters are not valid parameters.