|
DUMP |
|
|
The XCICS dump control program allows the specification of areas of main storage to be dumped, by means of the DUMP command, onto a sequential data set, which can be analyzed afterwards for diagnose. This command is used to dump any or all of the main storage areas related to a task
Options LENGTH(len) specifies the length (halfword binary) of the data area specified in the FROM option. FROM(area) dumps the specified data area, which must be a valid area; that is, storage allocated by the operating system within the CICS region. |