Using the RTVLCRUN Command

The RTVLCRUN command can only be used when compiled into a Control Language (CL or CLLE) program.

When editing and compiling your CL program source, you will normally need to have the LANSA Composer program library (usually LICPGMLIB) in your library list.  Similarly, when your program executes, the executing job will need to have the LANSA Composer program library in its library list.

(Alternatively, you may code the library qualifier on the RTVLCRUN commands in your CL program source.  However, this technique is NOT advised because it means that your program can ONLY operate with the RTVLCRUN in the specific LANSA Composer system identified by the library qualifier.)

A single instance of the RTVLCRUN can only receive the value of one output parameter.  If you wish to receive the values of more than one output parameter, then you must code the RTVLCRUN command once for each output parameter.