Exchange the Processing Sequence identifier

LANSA Composer

Exchange the Processing Sequence identifier

Before calling function DXP1FN1, your application must place the Processing Sequence identifier on the exchange list using the EXCHANGE RDML command:

  • you must use the internal identifier shown on the Audit command tab for the Processing Sequence
  • you must assign the value to field DXP1II and place it on the exchange list immediately before the function call
  • field DXP1II must be defined as alphanumeric with length 32.

    (If you have imported the LANSA Composer development package into your Visual LANSA development environment, the definition of field DXP1II will already be present in your LANSA repository.)

NOTE:  Function DXP1FN1 can receive the values of other fields with names beginning with 'DX' from the exchange list.  Your application does not need to (and should not) exchange these other fields.  To avoid interfering with the correct behavior of function DXP1FN1, you should NEVER exchange any fields with names beginning with 'DX' before the call, other than the fields explicitly described here.

For an example of exchanging the Processing Sequence identifier before calling function DXP1FN1 refer to:

Example function to run a Processing Sequence