Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SHOW-DEFAULTS - Output current default values

&pagelevel(5)&pagelevel

This statement outputs the current values of the LMSCONV defaults. These can be modified by means of the MODIFY-DEFAULTS statement.

Format

SHOW-DEFAULTS                                                                                                                                          

DEFAULTS = *STD / *ALL / list-poss(2000): *ELEMENT-ATTRIBUTES / *FILE-ATTRIBUTES /

*DESTROY-DATA / *WRITE-MODE / *DIALOG-CONTROL / *INFORMATION / *LAYOUT /

*SORT / *OUTPUT-FORM / *DELETE-SOURCE / *MAX-ERROR-WEIGHT / *RUN-MODE /

*NEXT-ATTEMPT / *TEXT-INFORMATION / *MODULE-INFORMATION /

*PHASE-INFORMATION / *LLM-INFORMATION

Operands

DEFAULTS = *STD
Outputs the default values for the following with their current settings: ELEMENT-ATTRIBUTES, FILE-ATTRIBUTES, DESTROY-DATA, WRITE-MODE, DIALOG-CONTROL, INFORMATION, LAYOUT, SORT, OUTPUT-FORM, DELETE-SOURCE, MAX-ERROR-WEIGHT, NEXT-ATTEMPT and PROTECTION.

DEFAULTS = *ALL
Outputs all defaults with their current settings.

DEFAULTS = *ELEMENT-ATTRIBUTES
Outputs the current settings for member type, source and target version, storage form and the file attributes.

DEFAULTS = *FILE-ATTRIBUTES
The current settings for the file access method is output.

DEFAULTS = *DESTROY-DATA
Whether or not data is to be overwritten is output.

DEFAULTS = *WRITE-MODE
The current setting for the write mode is output.

DEFAULTS = *DIALOG-CONTROL
The current setting for the dialog control is output.

DEFAULTS = *INFORMATION
Displays the current setting for the scope of directory information to be output.

DEFAULTS = *LAYOUT
Displays the current setting for the layout of the directory to be output.

DEFAULTS = *SORT
Displays the current setting for the sort criterion of the directory to be output.

DEFAULTS = *OUTPUT-FORM
Displays the current setting for the output form.

DEFAULTS = *DELETE-SOURCE
Outputs whether the source file is to be deleted or kept. Outputs the default setting for source file deletion.

DEFAULTS = *MAX-ERROR-WEIGHT
Outputs the default setting for spin-off control.

DEFAULTS = *RUN-MODE
Outputs the default setting for the run mode in which LMSCONV is to be called.

DEFAULTS = *NEXT-ATTEMPT
Outputs the default setting for the control of attempts to open files.

DEFAULTS = *TEXT-INFORMATION
Outputs the default setting for the scope of information for textual members.

DEFAULTS = *MODULE-INFORMATION
Outputs the default setting for the scope of information for object modules.

DEFAULTS = *PHASE-INFORMATION
Outputs the default setting for the scope of information for phases.

DEFAULTS = *LLM-INFORMATION
Outputs the default setting for the scope of information for link and load modules.

Example

//show-defaults   *std
ELEMENT-ATTRIBUTES
     TYPE              = *NONE
     ELEMENT-VERSION   = *ALL
     TO-ELEM-VERSION   = *BY-SOURCE
     STORAGE-FORM      = *STD
     SOURCE-ATTRIBUTES = *STD
FILE-ATTRIBUTES
     ACCESS-METHOD     = *ISAM
DESTROY-DATA           = *NO
WRITE-MODE             = *CREATE
DIALOG-CONTROL         = *NO
INFORMATION            = *MEDIUM
LAYOUT                 = *VARIABLE
SORT                   = *BY-NAME
OUTPUT-FORM            = *STD
DELETE-SOURCE          = *NO
PROTECTION             = *STD
MAX-ERROR-WEIGHT       = *SERIOUS
RUN-MODE               = *STD
NEXT-ATTEMPT           = *NO

All LMSCONV default values are output. These values are applicable immediately after the start of LMSCONV.