The GC command displays the configuration of the system at the time of the dump. It also displays the resources of the system and information about the I/O subsystem, including all the data link processors (DLPs), base-by-base, for all bases and DLPs configured at the time of the dump.
Syntax
── GC ─┬──────────────────┬─┬──────────────────┬───────────────────────┤
└─<simple address>─┘ ├─────┬─ OVERRIDE ─┘
└─ : ─┘Explanation
The following text describes the meaning of each construct. Refer to “Basic Constructs” earlier in this section for information about the <simple address> construct.
GC GC <simple address>
Analyze as a configuration file the memory starting at the address of the descriptor located at the simple address. If you do not specify a simple address, DUMPANALYZER uses the address of the CONFIGURATION global descriptor.
GC OVERRIDE GC <simple address> OVERRIDE GC <simple address>: OVERRIDE
Analyze the memory area as if it were a configuration file whether or not word 1 of the memory area contains the word CONFIG (indicating a valid configuration). However, if word 1 does not contain the EBCDIC word CONFIG, DUMPANALYZER displays the following error message, unless you specify the OVERRIDE option:
CONFIGURATION LOCATION MUST BE SPECIFIED
Example 1
INPUT: MD G CONFIGURATION
8024F(00000) 5 800030 C8B275Entering GC or GC 8024F causes the configuration to be analyzed.
Example 2
The following example shows the GC command display and explains some of its terminology.
INPUT: GC
GROUP: DEFAULTNAME
MACHINECLASS: GE1501
PERIPHERALS:
SC 2
SC 1
MT 80,90
PK 1001-1010
CD 500
NP 326
NP 325
NP 308
NP 307
NP 306
NP 305
NP 150
OPERATIONS:
HN MYMCP
DL SORT ON DISK
DL CATALOG ON HLPK
DL JOBS ON HLPK
DL USERDATA ON HLPK
DL LOG ON HLPK
DL ROOT ON HLPK
DL LIBMAINTDIR ON HLPK
DL OVERLAY ON HLPK
SF OLAYGOAL 0
AVAILMIN 0
FACTOR 100
OVERLAYABLEMIN 1
BUFFERGOAL 0
OLAYSATURATION 15
OLAYCHANGE 10
SEGARRAYSTART = 65536
NETWORKS:
BNAV1: *NULL
BNAV2: *NULL
X25: *NULL
LPP: *NULL
CNS: MYMCP/INIT/CNS
BNA: MYMCP/INIT/BNA
SNA: *NULL
NAMESERVICE: *NULL
TCPIP: MYMCP/INIT/TCPIP

