Generate user dump
Component: | BS2000 |
Functional area: | Program control |
Domain: | PROGRAM |
Privileges: | all privileges bar |
Function
The CREATE-DUMP command allows users to initiate creation of a user dump. A dump is only generated if Y is entered in response to the following query:
IDA0N45 DUMP DESIRED? REPLY (Y=USER-/AREADUMP TO DISK;
Y,<VOLUMETYPE>=USER-/AREADUMP TO TAPE; Y,SYSTEM=SYSTEMDUMP; N=NO)
Users can convert the user dump to a system dump by setting their read authorization so that the value m is greater than or equal to 3 in the command MODIFY-TEST-OPTIONS PRIVILEGE=PARAMETERS(READ=m, WRITE=1)
. This option is only open to users who have the appropriate authorization in the user entry. The SHOW-USER-ATTRIBUTES command displays information about the user entry.
Whether the CREATE-DUMP command results in creation of a dump depends on the setting of the test option DUMP (see the MODIFY-TEST-OPTIONS command):
DUMP=*NO: | Dump creation is suppressed |
DUMP=*STD: | Dump creation is suppressed in batch and procedure mode. In dialog mode, a dump is only created if you respond with “Y” to message IDA0N45. |
DUMP=*YES: | Dump creation is initiated without prompting. |
DUMP=*SYSTEM: | The user dump is converted into a system dump without prompting. |
Format
CREATE-DUMP |
Return codes
(SC2) | SC1 | Maincode | Meaning |
---|---|---|---|
0 | CMD0001 | Command executed without errors | |
32 | CMD0221 | System error |