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-LOGGING-PARAMETERS - Display global LMSCONV parameters

&pagelevel(5)&pagelevel

This statement outputs the global LMSCONV option values currently in force. These values are modified by means of the MODIFY-LOGGING-PARAMETERS statement.

If this statement is specified without operands, the preset values for all of the parameters are output (see example).

Format

SHOW-LOGGING-PARAMETERS                                                                                                                  

PARAMETERS = *ALL / list-poss(2000): *LOGGING / *OUTPUT / *TEXT-OUTPUT / *OUTPUT-LAYOUT

Operands

PARAMETERS = *ALL / *LOGGING / *OUTPUT / *TEXT-OUTPUT / *OUTPUT-LAYOUT
The current settings of all the parameters are output

PARAMETERS = *ALL
The current settings of all the parameters are output.

PARAMETERS = *LOGGING / *OUTPUT / *TEXT-OUTPUT
The output medium setting is output.

PARAMETERS = *OUTPUT-LAYOUT
The parameter settings for the LMSCONV log format are output.

Example

//show-logging-parameters
LOGGING                = *MINIMUM
TEXT-OUTPUT            = *SYSOUT
OUTPUT-LAYOUT
  LINES-PER-PAGE       = 60
  LINE-SIZE            = 132
  EXTRA-FORM-FEED      = *NO
  HEADER-LINES         = *YES

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