gtps1m4vSystem Macros

SETOC-Set Maximum Times to Avoid Application Timeout for an ECB

Use this system macro to set the maximum times that an application can avoid a timeout between loss of control for the specified entry control block (ECB).

Format




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

ECB=Rx
The system virtual address (SVA) of the target ECB that is to avoid application timeout. The SVA is specified in a register in the range R0 through R6.

AVOIDT=Ry
The maximum times the application is to avoid timeout. This is in addition to the one time for the standard system timeout. The value is specified in a register in the range R0 through R6.

The value acts as a multiplier of the standard system timeout value.

Specify a value of 0-32766.

A value of 0 means the ECB will use the standard application timeout.

Entry Requirements

Return Conditions

Programming Considerations

Examples

In the following examples, the standard application timeout value is assumed to be 500 milliseconds. For E-type programs, R9 must contain the ECB virtual address (EVA) of the ECB issuing the macro.