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:
When RUNNBR(*PRV) is specified, the value specified for the PARTITION parameter, if any, is ignored. (In a standard LANSA Composer installation, it should not be necessary to specify a value for the PARTITION parameter.) |
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:
*ONLY does not enforce that there is only one output parameter. It simply receives just one output parameter value, on the assumption that it is the only one. If the Processing Sequence in fact has more than one output parameter, which parameter's value is received by using *ONLY is undefined. You should not use *ONLY in this circumstance. |
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).