FILE: LOAD CMSMAP C CONVERSATIONAL MONITOR SYSTEM INVALI!) CARD ••• :READ DMSNUC TEX'! C1 CMS191 9/21/72 9:01 * UPLIB MACLIB D1 CMS191 9/21/72 8:47
* CMSLIB MACLIB D1 CMS191 9/21/72 8:44
* OSMACRO MACLIB Y2 CMS19E 7/19/72 18:11
* DMSNUC ASSEMBLE C1 SOURCE 9/18/72 23:09 DMSNUC AT 000000 DMSNUCU AT 002800 NUCON AT 000000 SYSREF AT 000600 FEIBM AT 000274 CMNDLINE AT 0007AO SUBFLAG AT 0005E9 IADT AT 000644 DEVICE AT 0OO26C DEVTAB AT 000C90 CONSOLE AT 000C90 ADISK AT OOOCAO DDISK AT OOOCDO SDISK AT 000D10 YDISK AT 000D20 TABEND AT OOODFO ADTSECT AT OOODFO AFTSTART AT 001200 EXTSECT AT 001500 FXTPSW AT 0015A8 IOSECT AT 0015DO IONTABL AT 001610 PGMSECT AT 001660 PIE AT 001668 SVCSECT AT 0016F8 DIOSECT AT 001998 iVS AT 001A88 ADTFVS AT 001E48 KXFLAG AT 001C2F UFDBUSY AT 001C2E CMSCVT AT 001C80 DBGSECT AT 001D80 DMSERT AT 002098 DMSFRT AT 002208 DMSABW AT 002258 OPSECT AT 002800 DMSFRL AT 002935 TSOBLKS AT 0029BO SUBSECT AT 002A40 USERSECT AT 002AD8 INVALID CARD ••• :READ DMSINA TEXT C1 CMS191 mm/dd/yy 15:37 ABBREV AT 003000 USABRV AT 0030DO INVALID CARD ••• :READ Dl'1SINM TEXT C1 Cl'1S191 mm/dd/yy 20:36 CMSTIMER AT 003200 GETCLK AT 003200 DMSINM AT 003200 INVALID CARD ••• :READ DMSTIO TEXT C1 CMS191 mrr./dd/yy 10:33 TAPEIO AT 003308 DMSTIO AT 003308 Figure 11. Sample CMS Load Map Part 1. Debugging with VM/370 67
Load Map
The load map of a disk-resident command module contains the location of
control sections and entry points loaded into storage. It may also
contain certain messages and card images of any invalid cards or replace
cards that exist in the loaded files. The loadmap is contained in the
third record of the MODULE file.
This load map is useful in debugging. When using the Debug
environment to analyze a program, use the program's load map to help in
displaying information.
There are two ways to get a load map.
1. When loading relocatable object code into storage, make sure that
the MAP option is in effect when the LOAD command is issued. Since MAP is the default option, just be sure that NOMAP is not
specified. A load map is then created on the primary disk each
time a LOAD command is issued.
2. When generating the absolute image form of files already loaded
into storage, make sure that the MAP option is in effect when the GENMOD command is issued. Since MAP is the default option, just be
sure that NOMAP is not specified. Issue the MODMAP command to type
the load map associated with the specified MODULE file on the
terminal. The format of the MODMAP command is: MODmap I filename
filename is the module whose map is to be displayed. The filetype must
be MODULE. Reading eMS Abend Dumps
If an abend dump is desired when CMS abnormally terminates, the terminal
operator must enter the DEBUG command and then the DUMP subcommand. The
dump formats and prints: General registers Extended control registers Floating-paint registers Storage boundaries with their corresponding storage protect key Current PSW Selected storage
Storage is printed in hexadecimal representation, eight words to the
line, with EBCDIC translation at the right. The hexadecimal storage
address corresponding to the first byte of each line is printed at the
left ..
68 IBM VM/370 System programmer's Guide
Previous Page Next Page