Previous Topic

Next Topic

Book Contents

Book Index

SHOWMEMORY

The SHOWMEMORY IDL modify command prints memory, module, or control block information into DATRACE output. Default size is 256 bytes. BMC recommends that you use this command as appropriate. The SHOWMEMORY IDL command syntax is:

SHOWMEMORY= {<module>|<address>|<control block>}[,{size | FULL}]

Shown below is an example of the SHOWMEMORY command, followed by DATRACE output:

FACILITY RECEIVED REQUEST(SHOWMEMORY=IOAMRO)

DATRACE output:

SHOWMEMORY=IOAMRO          Address=000371D8 Size=256                   

000371D8 (+0000) B24000E0 18A118CF 41B00FFF 41BCB001  *   \ ~          *

000371E8 (+0010) 47F0C030 C9D6C1D4 D9D64040 60F0F261  * 0{ IOAMRO  -02/*

000371F8 (+0020) F1F761F0 F460F1F4 4BF2F440 40400700  *17/04-14.24     *

00037208 (+0030) 47F0C0A0 C9D6C1D4 D9D64040 406040F0  * 0{ IOAMRO   - 0*

00037218 (+0040) F261F1F7 61F0F440 F1F44BF2 F4406040  *2/17/04 14.24 - *

00037228 (+0050) C3D6D5E3 D9D6D360 C96B40D9 C5D340F6  *Control-I, REL 6*

The MCT and IDL control blocks are currently supported. If no size is specified for a control block identified by a keyword, its full size is printed.

You can use the ",FULL" keyword for a module. For example, you can print an entire module (subject to a 32,767 byte size limitation) if you enter the SHOWMEMORY=<module name>,FULL command.

Parent Topic

Modify commands