In this step you will make this processing sequence produce some output, by using the supplied tutorial activity TUT_02_AT which was used in the previous exercise.
The activity TUT_02_AT accepts two input parameters:
- YOURINITIALS – used to prefix the output text file name
- FILELIST – the name of the list of files produced by the Directory List activity. This defaults to &FILELIST the outbound parameter from the Directory List activity.
TUT_02_AT has one outbound parameter – the output file name. This defaults to iii_TUT_01_P02.txt where iii is the input "initials" parameter value.
The text produced by TUT_02_AT is hardcoded (except for the list of files). In a later module, you will see how this type of processing can use an input text file.
Select the Activities tab (left-hand side) and expand the Tutorials group. Drag and drop the activity TUT_02_AT to the end of the processing sequence.
Note
The example shown above has used the search icon to locate Activities beginning "TUT".- In this step, you will add the YOURINITIALS variable as an input parameter to the processing sequence.
- Select the Variables tab (left-hand side). On the right-hand side select the Parameters tab.
- Drag and drop the variable YOURINITIALS onto the Parameters tab.You have now defined two runtime parameters for this processing sequence.
- Save the Processing Sequence by clicking on the Save icon in the toolbar. A window requesting details of your Processing Sequence will appear.
- Enter a Name, iiiTUTSEQ01. (where iii are your initials).
- Enter a Description. For example Fred Smith LIC tutorial – LIC002.
- For Status select Active from the drop-down list.
- Click the Save button.
- Close the Processing Sequence Editor.



