LANSA Composer defines a document format and provides activities for saving and loading processing sequence variables and for transforming application data to or from that format. This support provides a further means to populate and exchange data in processing sequence variables. It facilitates solutions to scenarios such as:
Using a Transformation Map, the transaction data can be mapped to the format of LANSA Composer's Process Sequence Variables (PSV) Files. Then using the LOAD_PSVSET activity, the Processing Sequence can load the required variables from the PSV file.
The Processing Sequence may save the variable data using the SAVE_PSVSET activity and then execute a Transformation Map that transforms the variable data from the format of LANSA Composer's Process Sequence Variables (PSV) Files to the transaction document file or database.
The first Processing Sequence may save the variable data using the SAVE_PSVSET activity and then start or submit the second Processing Sequence which will load the variable data using the LOAD_PSVSET activity.
The following headings provide further information about saving, loading and transforming Processing Sequence variables:
Process Sequence Variables (PSV) Files
Transform To or From a PSV File