LANSA Composer 3 introduced the ability for a processing sequence to call a processing sequence. This feature enables reusable processing sequences to be developed, which can be called from a number of other processing sequences. To support this feature, a processing sequence may now have outbound parameters defined.
Objectives
- To split processing sequence iiiTUTSEQ07 developed in exercise LIC009 into two parts
- iiiTUTSEQ07 will now call processing sequence iiiTUTSEQ7A which will contain the steps to:
- Use CONCAT to produce the output file path and name
- Run transformation map iiiTUTMAP03 to extract Employees to XML file based on an input CSV file of employee numbers
- Use FTP to send the output employee XML file to the output folder.
Note
Steps
To achieve these objectives you will complete the following:
Before You Begin
You must have completed exercise LIC009 in order to complete this exercise.