This parameter specifies the run number for which Processing Sequence run information is to be retrieved. If your CL program "knows" the run number, it may specify the value directly through this parameter. Alternatively, your program may specify the following special value:
This parameter may specify the name of an output parameter from the specified Processing Sequence run whose value is to be retrieved and placed in the Control Language (CL) variable specified by the RTNOUPVAL parameter. You can specify the name of the output parameter, or you can use one of the following special values:
This parameter specifies the identifier of the LANSA partition containing the LANSA Composer server installation to be used. If not specified, the COMPOSER command will attempt to determine the partition identifier according to information recorded during the last LANSA Composer installation into this system.
In a standard LANSA Composer installation, the partition name is always LIC. You should not normally need to specify this parameter.
This parameter may specify a Control Language (CL) variable that is to receive the run number for the specified Processing Sequence run. If used, the CL variable should be declared as *DEC (15 0).
This parameter may specify a Control Language (CL) variable that is to receive the two-character result code for the specified Processing Sequence run. If used, the CL variable should be declared as *CHAR (2).
This parameter may specify a Control Language (CL) variable that is to receive the output parameter value for the specified output parameter from the specified Processing Sequence run. If used, the CL variable should be declared as *CHAR (256).