Previous Topic: CA MIA VARY Delay Detected Event

CA MIA VARY Delay Abort Complete Event

CA MIA will generate a VARY ABORT COMPLETE event when control has returned from a CA OPS/MVS )API event that set the ACTION variable to the text string 'ABORT'.

A VARY device abort complete event is generated to notify CA OPS/MVS that the ABORT request has completed for two possible events:

MIM2211

When CA MIA has completed the processing necessary to interrupt and terminate delayed VARY device activity.

MIM2225

When CA MIA has removed a VARY command from its processing queues due to ENQ contention related requeueing.

The CA MIA VARY device delay event is presented to CA OPS/MVS and can be processed by the following rule:

)API MIM2214

The available OPS/REXX variables for a CA MIA VARY device abort complete event are:

OPSREXX Variable

Value

API.APPLICATION

MiMgr

API.VERSION

Current release

API.LEVEL

Service level

API.EVENTID

MIM2214

API.MSGID

MIM2214

API.TASKNAME

One through eight character CA MIM internal task name. This task name can be correlated to the CA MIM DISPLAY TASK command response.

API.TCB

Eight character z/OS TCB address of the MIMTPVDV task that is experiencing the VARY device delay.

API.ACTION

This read only variable contains the text string ABORT that the )API MIM2211 or MIM2225 rule returned.

API.TEXT
MIM2214I VARY devn state terminated by automation action request

The format of the API.TEXT variable is the same as the MIM2214I console message. The MIM2214I message ID within the text is subject to CA MIM message ID prefixing. The CA MIM SETOPTION MIM MSGPREFIX command keyword controls CA MIM Message ID prefix.

devn

Specifies the target device number.

state

Can be either ONLINE or OFFLINE.

action

Specifies the content of the API.ACTION variable.

Note: The CA OPS/MVS API Rule name is APIMIMGR.