Reset DBL call parameters to defaults
| Component: | BLSSERV | 
| Functional area: | Program control | 
| Domain: | PROGRAM | 
| Privileges: | STD-PROCESSING | 
Function
The RESET-DBL-DEFAULTS command resets parameters altered with the MODIFY-DBL-DEFAULTS command to their original DBL default settings.
Format
| RESET-DBL-DEFAULTS | 
| SCOPE = *ALL / *CMD-CALLS / *PROGRAM-CALLS | 
Operands
SCOPE =
Determines whether all or only some of the parameters are to be returned to their default settings.
SCOPE = *ALL 
The settings that can be made with the command MODIFY-DBL-DEFAULTS SCOPE=*ALL(...) are reset to their default values.
Note
A RESET-DBL-DEFAULTS command with SCOPE=*ALL does not have the same effect as two RESET-DBL-DEFAULTS commands which are issued one after the other with SCOPE=*CMD-CALLS and SCOPE=*PROGRAM-CALLS.
SCOPE = *CMD-CALLS
Resets only those defaults which can be configured using MODIFY-DBL-DEFAULTS SCOPE=*CMD-CALLS(...).
SCOPE = *PROGRAM-CALLS
Resets only those defaults which can be configured using MODIFY-DBL-DEFAULTS SCOPE=*PROGRAM-CALLS(...). 
Return codes
| (SC2) | SC1 | Maincode | Meaning | 
|---|---|---|---|
| 0 | CMD0001 | Command executed | |
| 1 | 32 | BLS0152 | System error | 
| 64 | CMD0216 | User is not authorized to issue the command |