gtpg2m1vGeneral Macros

EVNQC-Interrogate Event Status

This general macro interrogates the status of a specific event. It is used with macros for defining internal events (see EVNTC-Define Internal Event), waiting for events to complete (see EVNWC-Wait for Event Completion), and marking event completions (see POSTC-Mark Event Completion).

Format




label
A symbolic name can be assigned to the macro statement.

TYPE
The type of event being interrogated:

CNT
Count type event

MSK
Mask type event

CB
Core block oriented event.

LIST
List-type event.

BLOCK=label1
An area formatted as defined in EV0BK that contains the name of the event being queried. The area is used to return the current values of the specified event.

NFOUND=label2
A label where processing resumes if the event does not exist.

Entry Requirements

Return Conditions

Programming Considerations

Examples

None.