Previous Topic: Types of OPSINFO Functions

Next Topic: OPSIPL Returned Values

OPSIPL Function

The OPSIPL function obtains the parameter library member suffix and value of the requested IPL parameter. This information is obtained from the IPA control block of z/OS.

Note: The OPSIPL function can be used in OPS/REXX, AOF rules, TSO/E REXX, or CLIST.

This function has the following format:

var= OPSIPL(member prefix,parameter)
member prefix

The member prefix argument specifies the fixed portion of the Logical Parmlib Concatenation member name, which is associated with the subsequent parameter specification. The first data item returned is always the two-character suffix of the member name from which the associated parameter was derived by the system at IPL.

Possible values for the member prefix are:

LOAD

The subsequent parameter keyword is associated with a LOADxx member of the Logical Parmlib Concatenation, or the IPL parameters specified by the operator from the service console.

IEASYS

The subsequent parameter keyword is associated with an IEASYSxx member of the Logical Parmlib Concatenation. Since multiple IEASYSxx members may be used for the IPL, the suffix value returned is important in determining the actual IEASYSxx member that is the source of the parameter value.

parameter

The parameter argument identifies the keyword data item of the member prefix for which the value is desired.

The following are the LOADxx-related parameters:

Following are the IEASYSxx-related parameters:

Documentation on the meaning and format of all parameters can be found in the z/OS Initialization and Tuning Reference and in the z/OS macro IHAIPA.

Examples: OPSIPL