The POOL command analyzes the memory pool area from specified ASD or ADDRESS. The SPACEUSAGE of the area is checked to verify that it is of POOLAREA type. The command is not valid if MEMPOOLS were not in use at the time of the dump.
Syntax
── POOL ─┬──────┬─<simple address>─┬─┬─────────────┬───────────────────┤ ├─ AT ─┘ │ ├─ CONTENTS ──┤ └─ VIA ──<ASD index>──────┘ ├─ LINKS ─────┤ ├─ SCANINUSE ─┤ └─ LINKCHECK ─┘
Explanation
POOL <SIMPLE ADDRESS>
POOL AT <SIMPLE ADDRESS>
Analyzes the pool area beginning at the specified simple address.
POOL VIA <ASD INDEX>
Analyzes the pool area referenced by the specified ASD number.
POOL <SIMPLE ADDRESS> CONTENTS
POOL AT <SIMPLE ADDRESS> CONTENTS
POOL VIA <ASD INDEX> CONTENTS
Analyzes the links and contents of each object in the pool area in addition to the pool summary.
POOL <SIMPLE ADDRESS> LINKS
POOL AT <SIMPLE ADDRESS> LINKS
POOL VIA <ASD INDEX> LINKS
Analyzes the object links within the pool area.
POOL <SIMPLE ADDRESS> SCANINUSE
POOL AT <SIMPLE ADDRESS> SCANINUSE
POOL VIA <ASD INDEX> SCANINUSE
Prints a summary of inuse objects after verifying all object links.
POOL <SIMPLE ADDRESS> LINKCHECK
POOL AT <SIMPLE ADDRESS> LINKCHECK
POOL VIA <ASD INDEX> LINKCHECK
Reports on bad links within the pool area.
Reports on bad links within the pool area.