Previous Topic: RETURN Statements in the )PROC Section of an SCR RuleNext Topic: OPS/REXX Host Environments in the )PROC Section of an SCR Rule


Execution Considerations for SCR Rules

The processing section of a SCR rule executes in the CA OPS/MVS main address space. Therefore, any complex logic or interactive logic that may cause a wait to occur should be done in an OPS/REXX program that gets scheduled to an OSF TSO server on behalf of the SCR rule. For a discussion of dispatching OPS/REXX programs to OSF TSO, TSL, or TSP servers, see the chapter “Code and Debug AOF Rules.”

The AOF execution limits apply to the processing section of a rule that responds to a screen event.

More information:

Building and Controlling AOF Rules