Datastage 8.0 FTP Stage Utilization

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
santanu84
Participant
Posts: 14
Joined: Mon May 26, 2008 7:17 am
Location: Kolkata

Datastage 8.0 FTP Stage Utilization

Post by santanu84 »

Hi

My requirement is to ftp a sequential file to mainframe from datastage. Where the file has been created in datastage and stored in unix folder location.
I tried with FTP stage. But not much aware about the properties and activities of this stage.
Can some body please help to under stand how does this FTP stage works?
Also, in my case of requirement do I need to use FTP Enterprise stage or FTP Plug In stage?
How shall I code in the ftp stage to fullfill the requirement?

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

Post by ray.wurlod »

FTP stages do not transfer files. They transfer bytestreams; your job reads from or writes to the bytestream directly. If you want to transfer files create a BAT file or shell script and invoke FTP from that.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply