The CORE facility provides two storage display formats: structured and dump. When available, the structured format is the default.
The structured format gives field names and displays storage field‑by‑field, which makes it easy to read and modify. The structured format displays a COBOL data structure in DMAP sequence, an Assembler data structure in DSECT sequence, and common CICS areas in DSECT sequence. You do not have to know or remember field lengths to determine their contents. The basic format of the structured display is:
|
field hexadecimal value character value |
By contrast, the traditional dump format starts from a given point (which you specify) and is a continuous stream of values. You have to remember field lengths to know where one field stops and the next one starts.
Both formats provide similar functional capabilities, including:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|