Show defaults for DBL calls
Component: | BLSSERV |
Functional area: | Program control |
Domain: | PROGRAM |
Privileges: | STD-PROCESSING |
Function
The SHOW-DBL-DEFAULTS command outputs the current defaults for DBL (dynamic binder loader) calls on SYSOUT.
These settings can be modified with the MODIFY-DBL-DEFAULTS command or restored to the original DBL defaults with RESET-DBL-DEFAULTS.
Format
SHOW-DBL-DEFAULTS |
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 |
Output information
The following example illustrates the output of SHOW-DBL-DEFAULTS. For explanations of the listed operands which apply to command calls (CMD-CALLS output field), see the LOAD- and START-EXECUTABLE-PROGRAM commands. For explanations of operands which apply only to programs calls (PROG-CALLS output field), see the MODIFY-DBL-DEFAULTS command.
The defaults for command and program calls are shown separately for each operand. The right-hand column of the output shows the value of the PRIORITY operand (see the MODIFY-DBL-DEFAULTS command).
%############################################################################### %######################## D B L D E F A U L T S ############################## %# VALUES ASSOCIATED TO SCOPE PRIORITY # %# LIBRARY # %# CMD-CALLS : *STD # %# PROG-CALLS: *STD # %# LOADING DEFAULTS # %# PROGRAM-MODE # %# CMD-CALLS : *STD *STD # %# PROG-CALLS: *ANY *STD # %# LOAD-INFORMATION # %# CMD-CALLS : *DEFINITIONS *STD # %# PROG-CALLS: *DEFINITIONS *STD # %# REP-FILE # %# CMD-CALLS : *NONE # %# PROG-CALLS: *NONE # %# IGNORE-ATTRIBUTES # %# CMD-CALLS : *NONE *STD # %# PROG-CALLS: *NONE *STD # %# REP-SCOPE # %# PROG-CALLS: *CONTEXT *STD # %# CONTEXT-NAME # %# PROG-CALLS: LOCAL#DEFAULT # %# CONTEXT-STATE # %# PROG-CALLS: *ANY # %# CLOSE-LIBRARIES # %# PROG-CALLS: *ALL *STD # %# PROGRAM-MMODE # %# CMD-CALLS : *STD *STD # %# AMODE-CHECK # %# CMD-CALLS : *STD *STD # %# PROG-CALLS: *STD *STD # %# RESOLUTION DEFAULTS # %# SHARE-SCOPE # %# CMD-CALLS : *SYSTEM-MEMORY *STD # %# PROG-CALLS: *SYSTEM-MEMORY *STD # %# PROGRAM-VERSION # %# CMD-CALLS : *STD # %# PROG-CALLS: *STD # %# ALTERNATE-LIBRARIES # %# CMD-CALLS : *NO *STD # %# PROG-CALLS: *NO *STD # %# AUTOLINK # %# CMD-CALLS : *YES *STD # %# PROG-CALLS: *YES *STD # %# RESOL-TYPE # %# PROG-CALLS: *STD *STD # %# PUBLIC-RESOL-TYPE # %# PROG-CALLS: *STD *STD # %# MMODE-CHECK # %# CMD-CALLS : *YES *STD # %# PROG-CALLS: *YES *STD # %# ERROR PROCESSING DEFAULTS # %# NAME-COLLISION # %# CMD-CALLS : *STD *STD # %# PROG-CALLS: *STD *STD # %# UNRESOLVED-EXTERNS # %# CMD-CALLS : *STD *STD # %# PROG-CALLS: *STD *STD # %# ERROR-EXIT # %# CMD-CALLS : FFFFFFFF *STD # %# PROG-CALLS: FFFFFFFF *STD # %# REPORTING DEFAULTS # %# MESSAGE-CONTROL # %# CMD-CALLS : *INFORMATION *STD # %# PROG-CALLS: *INFORMATION *STD # %# PROGRAM-MAP # %# CMD-CALLS : *NO *STD # %# PROG-CALLS: *NO *STD # %# TEST-OPTIONS # %# CMD-CALLS : *NONE *STD # %# PROG-CALLS: *NONE *STD # %# RUN-MODE # %# CMD-CALLS : *STD *STD # %# CISC-COMPILATION # %# CMD-CALLS : *YES (WORKSPACE= *STD, *STD # %# SHOW-MEMORY-USAGE=*NO) # %###############################################################################