Previous Topic: ADDRESS MIM CommandNext Topic: Address MIM Formats


Common REXX Variables

The MIM API interface call returns the data collected by the ADDRESS MIM functions to the caller as a series of REXX variables. Variables unique to each function are described in their appropriate sections.

The three ADDRESS MIM functions return the following common REXX variables:

MIM.RETURN

Contains the return code. You can examine this variable to determine the results of command execution. In some cases, the reason code may contain additional information. The value is identical to the REXX return code RC.

MIM.REASON

Contains additional information as to the reason for the return code. The return code will indicate when the reason code may be examined.