gtpg2m1uGeneral Macros

EVINC-Increment Count for Event

This general macro is used to increment the count dynamically for a count-type event after the event has been defined via the EVNTC macro. (See EVNTC-Define Internal Event.) An EVNWC macro cannot have been issued for the event.

Format




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

LEVEL=Dx
A core block reference word and file address reference word (ranging from D0 to DF). The file address reference word on the specified data level must contain the 8-character name of the event.

BLOCK=address
The address of an area that contains the event block formatted as defined by EV0BK. The name of the event must reside in EVNBKN. The symbol you specify can be either an assembler label or a register enclosed in parentheses.
Note:
LEVEL and BLOCK are mutually exclusive. One or the other is required.

NFOUND=label
A label where processing resumes if the event does not exist. This parameter is required.

Entry Requirements

Return Conditions

Programming Considerations

Examples

None.