how to stop a multi-step job from ftp a file?

 3 Replies
 0 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
Chesca
Veteran Member Send Private Message
Posts: 490
Veteran Member
I want to run a multi-step job that FTP the output file when step 1 completes. Step 2 is a script to ftp the file.

 

Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
you can use tokendef if you just want it available to scheduled/LID jobs. See attached. If you want if available from Portal, you'll need to use pgmdef.
Attachments
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
Here is A quick and dirty way to set up pgmdef.
Attachments
Chesca
Veteran Member Send Private Message
Posts: 490
Veteran Member
Hi Greg, perfect. Thank you so much for the docs, very helpeful!