Previous Topic: Address MIM FormatsNext Topic: Common Return and Reason Codes


Common Keywords

The following keyword variables are common to all ADDRESS MIM functions. Variables unique to each function are described in their appropriate sections.

SYSTEM(name)

Specifies the name of the CA MIM subsystem to which the request is directed. Enter the name as a 4-character string. The request can be sent to a specific MIM facility or the special name MIMD if a specific name is not known.

Default: MIMD

STEM(string)

Specifies the first qualifier of the stem variable name, which is generated for all REXX variables produced by the ADDRESS MIM command. The character string defining the stem can be up to 48 characters long. The total length for the variable name cannot exceed 64 characters.

Default: The function identifiers: TAPE, ENV, or QNAME

DEBUG(YES|NO|nnn)

Displays diagnostic information. Use this diagnostic tool with care. DEBUG can generate a large volume of information to OPSLOG if the DISPLAY option is also selected. To display only the startup parameter values to OPSLOG, specify DEBUG without using the DISPLAY option.

YES

Activates tracing. The DISPLAY option controls the information being traced.

nnn

Activates tracing and overrides the display length of 320 for MIM API control blocks. The DISPLAY option controls the information being traced.

NO

Turns tracing off.

Default: NO

DISPLAY(CB|VAR|ALL)

Specifies the type of data to display. The DEBUG option must be active. All data displays in hex and character and all display output is directed to OPSLOG.

CB

Displays CA MIM API structures for a length of 320 or the value of DEBUG(nnn).

VAR

Displays all REXX variables created as a result of command execution. The entire variable is displayed.

ALL

Displays both CB and VAR data.

If DISPLAY is omitted, no trace information will be displayed.