Binder Manual (G06.24+, H06.03+)
BIND Commands
Binder Manual—528613-003
3-31
LIST Command
*
generates all three listings: ALPHA, LOC, and XREF.
FROM file-name
specifies the Guardian file name or OSS pathname of the object file to be mapped.
The default is the current file.
BRIEF
requests display of an 80-character load map line rather than the standard 132-
character load map line. The truncated line omits the DATE, TIME, LANGUAGE,
and SOURCE FILE information for code and data blocks. (Cross-reference
information is still displayed with a 132-character format.)
Considerations
If you specify an output device that is a spooler, a line printer, or a disk file, Binder
prints the page number, file name, file timestamp, and column header at the start of
each page for the LIST SOURCE, LIST ALPHA, LIST LOC, LIST XREF and LIST *
commands.
Examples
The following examples illustrate the syntax of the LIST command.
•
The following command outputs to LISTFILE a code block, entry point, and data
block cross-reference list for the current file.
@LIST / OUT listfile / XREF
•
The following command outputs to the home terminal all three load maps (ALPHA,
LOC, XREF) for OLDFILE, using an 80-character truncated line for the alphabetic
and location load maps.
@LIST * FROM oldfile, BRIEF
•
The following command outputs to the home terminal the alphabetic and location
load maps for OBJFILE, using the standard 132-character line.
@LIST (ALPHA, LOC) FROM objfile
•
The following command outputs to the home terminal the alphabetic load map for
OBJFILE, using the standard 132-character line. Only the data blocks are listed.
@LIST ALPHA DATA FROM objfile