Binder Manual (G06.24+, H06.03+)

BIND Commands
Binder Manual—528613-003
3-32
LMAP Command
LMAP Command
The LMAP command produces an alphabetical load map of a specified file.
list-file
specifies the name of the file to which Binder sends the output listing.
file-name
specifies the Guardian file name or OSS pathname to be mapped.
Considerations
The LMAP command is useful for debugging stripped files. Unlike the LIST command,
the LMAP command does not require the presence of a Binder region.
Example
The following example shows the output produced by the file
$BECKY.BINDER.LMAPFILE:
@lmap from $becky.binder.lmapfile
TIMESTAMP 1994-02-12 19:19
SP PEP BASE LIMIT ENTRY ATTRS NAME
00 005 000143 000147 000143 DIV
00 004 000136 000142 000136 MUL
00 003 000131 000135 000131 SUM
00 002 000006 000130 000006 M TMAIN
@
LOG Command
The LOG command writes a copy of the current session’s input and output to a file.
TO file-name
identifies a file to receive the copy of the commands and output. If the file does not
exist, Binder creates a disk file with the name file-name.
LMAP [ / OUT list-file / ] FROM file-name
LOG { TO file-name }
{ STOP }