Binder Manual (G06.27+, H06.04+, J06.03+)
Using Binder
Binder Manual—528613-004
2-19
Generating Output Listings
swap volume. Compiler code usually resides on volume $SYSTEM. See Section 7,
Guardian File Names and TACL Commands for more information.
Generating Output Listings
You can generate output listings using the DUMP, INFO, LIST, SHOW, or BUILD
command.
To print these listings to a file, use the OUT command on the BIND command line. In
the following examples, the first command creates a location load map for OBJFILEC
in file LISTFILE; the second example sends the listings specified in the command file
CMDFILE to a printer named $S.#LAND.
Binder sends the output from any of the commands listed in Table 2-2 to the listing file,
if one is specified; otherwise, it displays the output at the home terminal. In interactive
mode, use the OUT parameter to capture the output of a single command. The
following subsections describe each of the listings.
Target File Statistics
After a BUILD command executes, Binder automatically produces statistics for the
constructed target file. These statistics are shown in Figure 2-2 and described in
Table 2-5.
Table 2-4. Commands that Produce Listings
Command Listing Produced
BUILD Displays target file statistics upon successful completion of a BUILD
operation.
DUMP Displays all or part of the contents of a specified code or data block.
INFO Displays information about code blocks, entry points, data blocks, and
RTDUs in the include, unresolved, and undefined reference lists.
LIST, SELECT
LIST, or
BUILD...LIST
Displays load map and cross-reference data for code blocks, entry points,
data blocks, and RTDUs. By default, load maps are alphabetical.
SHOW Displays current values for the current file and its attributes, SET and
SELECT command parameters, and modifications established by the
MODIFY command.
16>BIND /OUT listfile / LIST LOC FROM objfilec
17>BIND /IN cmdfile, OUT $s.#land/