z/OS BDT Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


F,DUMP — Change the Dump Option

z/OS BDT Commands
SC14-7584-00

Purpose

Use this command to change the BDT formatted dump option that will be used if BDT fails.

Format

Read syntax diagramSkip visual syntax diagram
>>-prefix--+-MODIFY-+--,DUMP--+-,YES-+-------------------------><
           '-F------'         +-,NO--+   
                              '-,ASK-'   

prefix
is the prefix that is appropriate for your console or terminal. Do not use a prefix when submitting commands in a batch job.
DUMP
is the BDT formatted dump option.
YES
specifies that a dump is to be taken if BDT fails.
NO
specifies that no dump is to be taken if BDT fails.
ASK
specifies that if BDT fails, BDT is to issue message BDT9990 to ask the operator whether to take a dump.

Usage Note

  1. This command overrides the options used on the WANTDUMP parameter of the OPTIONS initialization statement.
  2. To display the dump option that is in effect, use the I,OPT command.

Results

BDT issues this message:
BDT8662  BDT DUMP OPTION IS  {YES|NO|ASK}

Examples of changing the dump option

  1. Using an F id prefix, change the dump option to NO. The identifier of BDT (for use in the prefix) is A1.
    F A1 F,DUMP,NO
    Result:
    BDT8662  BDT DUMP OPTION IS NO
  2. Using a prefix of *S,BDT, change the dump option to ASK.
    *S,BDT,MODIFY,DUMP,ASK
    Result:
    BDT8662  BDT DUMP OPTION IS ASK

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014