Previous Topic

Next Topic

Book Contents

Book Index

REXX External Environment Syntax

REXX External Environment syntax is implemented with the provided CONTROLO REXX External environment, and follows the syntax of the REXX ADDRESS statement.

Syntax

ADDRESS CONTROLO function parameter

Example

INIT0 = CTOREX("INIT")

SAY "INITIALIZATION =" INIT0

ADDRESS CONTROLO

"SETOLOC %%MYLOCAL = %%$TIME"

"TERM"

Note: The INIT function is not supported under this syntax. This is because the "ADDRESS CONTROLO" environment becomes a valid REXX environment only after the INIT function has been executed.

Parent Topic

Extended Automation Mechanism