FTP JCL to mainframe to run

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
tjmeichen
Participant
Posts: 14
Joined: Wed Aug 14, 2002 7:43 am
Location: USA

FTP JCL to mainframe to run

Post by tjmeichen »

I am using Data Stage XE and what I am trying to do is set up an FTP to the mainframe. The file that will be sent is the JCL for a job on an OS390 machine. I am trying to FTP directly into the JES system to kick off this job. We do not do Data set triggering where I am at, so I need to do it this way.
datastagedummy
Participant
Posts: 56
Joined: Thu Feb 13, 2003 6:08 pm
Location: USA

Post by datastagedummy »

Use the FTP stage.

Hope that helps
dtsipe
Participant
Posts: 8
Joined: Fri May 02, 2003 9:12 am
Location: Canada

Post by dtsipe »

Other solution is to write FTP script in operating system including the kicking off of your MF job.
You can execute this script from DataStage job or post job event.

Regards.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are you trying to do this from a mainframe job, a server job or a parallel job? The solution will vary depending on which of these you are using.

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
tjmeichen
Participant
Posts: 14
Joined: Wed Aug 14, 2002 7:43 am
Location: USA

Post by tjmeichen »

I am trying to do this from a server job. I know to use the FTP stage, but in our system, we have to have a site file = JES to submit the JCL. Also, I am unsure on how to write the script that was described.
Post Reply