Dropping and linking the components
Procedure
- Add the following six components by typing their names on the design workspace or dropping them from the Palette to the design workspace: tSCPConnection, tSCPFileExists, tJava, tSCPPut, tSCPGet, and tSCPClose.
- Connect the tSCPConnection component to the tSCPFileExists component using a Trigger > On Subjob Ok connection.
- Connect the tSCPFileExists component to the tJava component using a Trigger > On Component Ok connection, and to the tSCPPut component using a Trigger > Run if connection.
- Connect the tSCPPut component to the tSCPGet component using a Trigger > On Subjob Ok connection.
- Connect the tSCPGet component to the tSCPClose component using a Trigger > On Subjob Ok connection.