Executing Static SQL Applications

Describes how to run static SQL applications.
To run the compiled version of our EXAMPLE application where the original REXX exec has been replaced by the precompiled and translated version named EXAMPLE
T
and the SQL statements embedded within EXAMPLE were extracted and transformed into an executable load module, we would invoke
RLX
S with the following command string:
RLXS EXAMPLET RLXPLAN(EXAMPLEP) RLXPGM(EXAMPLES)
where EXAMPLE
T
identifies the translated REXX EXEC, the
RLX
PLAN keyword identifies the static Db2 application plan named EXAMPLE
P
and the
RLX
PGM keyword identifies the load module named EXAMPLE
S
which contains the compiled
RLX
SQL statements.