LANSA Composer 3 introduced the ability of 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.
| This is a simple example of calling a processing sequence from another processing sequence. It does not represent an ideal solution. For example, since multiple employee XML files may be output by each run of iiiTUTSEQ07, it would be more efficient to include only steps 1 and 2 in the processing sequence iiiTUTSEQ7A. After calling iiiTUTSEQ7A, iiiTUTSEQ07 could use a DIRECTORY_LIST and FTP all output files to the output folder. |
To achieve these objectives you will complete the following:
You must have completed exercise LIC009 in order to complete this exercise.