Previous Topic

Next Topic

Book Contents

Book Index

SHOWGROUP

The SHOWGROUP IDL modify command displays IDL information about a group of modules that were predefined in the IOALSUM Summary Table under the selected group ID. The default group ID is used when no group is given in the modify command, as described in the section on the DEFGROUP command. BMC recommends that you use this command as appropriate. The SHOWGROUP IDL command syntax is:

SHOWGROUP[=<group id>]

Shown below is an example of the output of the SHOWGROUP command:

IDL FACILITY RECEIVED REQUEST(SHOWGROUP=MCT)

IOAL02I GROUPID: MCT

MODULE   CSECT    OFFSET LENGTH DATE         TIME   RELEASE APAR   LNG FROM

-------- -------- ------ ------ --------     -----  ------- ------ ---  ----

IOAENV   IOAENV   000000 001BD8 11/09/03     13.38  6.2     II0873 ASM (storage)

IOAMRO   IOAMRO   000000 001A92 02/17/04     14.24  6.2     BI2590 ASM

IOAMRO   H2TIMER  001A98 000346 03/21/00     13.27  6.2     IOA600 ASM

IOAPRML  IOAPRML  000000 00304A 04/20/04     21.37  6.2     II0906 ASM (library)

IOAPRML  IOAPRS   003050 001360 03/21/00     13.39  6.2     IOA600 ASM

IOALLOC  IOALLOC  000000 002578 03/30/04     17.52  6.2     II0902 ASM (library)

IOAMIO   IOAMIO   000000 000A3C 11/05/03     11.52  6.2     II0862 ASM (library)

In the rightmost column of the SHOWGROUP output

(storage) means that the IDL facility located this module in an address space

a column with no entry describes an internal CSECT

(library) means that the IDL facility failed to locate this module in an address space to retrieve the level information.
The IDL facility therefore has to load the information from a library and to delete later.

Parent Topic

Modify commands