SET RESTORE command
Controls the restoring of settings, breakpoints, and monitor specifications.
SETTINGS- Indicates that SET values and WINDOW SIZE and WINDOW CLOSE
settings are to be restored. The following SET values are not restored:
SET DBCSSET FREQUENCYSET NATIONAL LANGUAGESET PROGRAMMING LANGUAGEFILEoperand ofSET RESTORE SETTINGSSET QUALIFYSET SOURCESET TEST
BPS- Indicates that breakpoints and LOADDEBUGDATA (LDD) specifications
are to be restored. The following breakpoints are restored:
APPEARANCEbreakpointsCALLbreakpointsDELETEbreakpointsENTRYbreakpointsEXITbreakpointsGLOBAL APPEARANCEbreakpointsGLOBALCALLbreakpointsGLOBAL DELETEbreakpointsGLOBAL ENTRYbreakpointsGLOBAL EXITbreakpointsGLOBAL LABELbreakpointsGLOBAL LOADbreakpointsGLOBAL STATEMENTandGLOBAL LINEbreakpointsLABELbreakpointsLOADbreakpointsOCCURRENCEbreakpointsSTATEMENTandLINEbreakpointsTERMINATIONbreakpoint
MONITORS- Indicates that monitor and LOADDEBUGDATA (LDD) specifications are to be restored.
NOAUTO- Indicates that the specified data is not to be restored automatically at z/OS® Debugger startup. It will be restored only when you explicitly request it by entering the RESTORE command. NOAUTO is the default until AUTO is specified.
- AUTO
- Indicates that, if possible, the specified data set is to be automatically restored by z/OS Debugger at startup.
Usage notes
- When
SETTINGSare restored, they are restored before any preference or commands files are processed. - If you use any of the following combinations of commands, z/OS Debugger restores
only specific settings:
SET RESTORE BPS AUTOwithSET SAVE SETTINGS AUTOandSET RESTORE SETTINGS NOAUTOSET RESTORE MONITORS AUTOwithSET SAVE SETTINGS AUTOandSET RESTORE SETTINGS NOAUTO
With any of these combinations of commands, z/OS Debugger restores the following settings:If you use- SET RESTORE BPS
- SET RESTORE MONITORS
- SET SAVE BPS
- SET SAVE MONITORS
SET RESTORE BPS NOAUTOandSET RESTORE MONITORS NOAUTOwithSET RESTORE SETTINGS NOAUTO, z/OS Debugger does not restore any settings. - Monitors are not necessarily restored to the same slot number from which they were saved.
- If you are debugging a CICS® program
and you want to use
SET RESTORE parameter_name AUTO, you must log on with a user ID that is different from the default user ID. - If you are debugging Db2® stored
procedures, you must do one of the following tasks:
- Ensure that the default data set does not exist.
- Ensure that the name of the default data set is
NULLFILE. - Change the name of the data set by using the
SET SAVE SETTINGScommand.
Because multiple users share the same default data set, other users can alter the settings in that data set. You can specify that
NULLFILEbe the name of the default data set through the EQAOPTS commandsSAVESETDSNandSAVEBPDSN. - If the EQAOPTS commands
SAVESETDSNALLOCandSAVEBPDSNALLOCare specified, z/OS Debugger creates the data sets, if they don't exist, then runs the correspondingSET RESTORE SETTINGS AUTOorSET RESTORE BPS AUTOcommands to enable their usage. To learn how to specify the EQAOPTS commandsSAVESETDSNALLOCandSAVEBPDSNALLOC, see EQAOPTS commands.
Refer to the following topics for more information related to the material discussed in this topic.
- Related references
- RESTORE command
- SET SAVE command
