Map CSECTS in name order
The Map CSECTS in name order function (option N) displays the component CSECTs of a load module. The information is displayed in sequence by symbol name within the module. This option can be used to quickly find and analyze any specific CSECT or entry point for age or modifications.
On the Library Utility screen, enter an N in the OPTION field, and a valid library and member name. When you press Enter, File-AID displays the Name-Sequence Map screen as shown in the following figure.
When File-AID detects long program names in a PDSE load object, it uses a two-line display per SD (Section Definition) or LD (external Label Definition) entry. For readability, SD entries contain the SD name followed by hyphens.
Library Utility Name-Sequence Link Map screen
COMMAND ===> SCROLL ===> CSR
IEBCOPY was linked on 2008/09/25 by BINDER
S- Symbol - Type ADDR Length Tname 1 Tdate 1 Tname 2 Tdate 2 A/Rmode
----------- -- -------- ------ ---------- -------- ---------- -------- -------
BPAMD$C LD 00002C00
CALLFAMS LD 0000956C
DDNTAB LD 000036C8
DVU$EXIT LD 00013190
H1AREA LD 000034A8
H2AREA LD 00003548
IEBCDUMP SD 00025CA0 0 HLASM 13/03/13 24/24
IDENT 13/03/13 RSI30724144
IEBCFAMS SD 00008F28 A0E HLASM 21/08/13 MIN/ANY
IDENT 26/03/14 UA70502
IEBCFIOX SD 00009938 1114 HLASM 21/08/13 MIN/ANY
IEBCFIX LD 00009958
IEBCFIXC LD 00009D7A
IEBCFIXO LD 00009C3A
IEBCFOX LD 00009E1E
IEBCFOXC LD 0000A288
IEBCMSG SD 0001A730 A11 HLASM 12/03/13 31/ANY
IDENT 13/03/13 RSI30712900
IEBCMSGF LD 0001AEFC
On the Link Map screen, the utility option and file information are displayed in lines 1 and 3 of the screen. For a PDSE, File-AID identifies the BINDER version. The map information is organized into columns below the file information. Data for the linked symbols in the module is listed alphabetically. If more lines of information are available than will fit on one screen, scroll down to display additional lines.
When appropriate, two additional lines, IDENT and ZAP, are displayed within the data area under the ADDR column. They are not associated with other columns of information.
Use the FIND command to locate the line containing any string you specify regardless of the case (uppercase, lowercase or mixed case). Use quotes for the case sensitive string. You can specify the full or partial CSECT name, compile name, or zap ID. Use the RFIND command to FIND the next occurrence of the string.
As an option, print the link map using the P (Print) command.
See Field Descriptions for a description of each field.
Use the END command (PF3) to terminate the map display.
Line Commands
S (Select) or /
Enter the Select line command (S or /) to display the compiler options used for a CSECT. Refer to S (Select) or / and Compiler Options for a detailed description.
Related topics