Integrating APT Framework - write dataset directly

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
timsmith_s
Participant
Posts: 54
Joined: Sun Nov 13, 2005 9:25 pm

Integrating APT Framework - write dataset directly

Post by timsmith_s »

I was reviewing the Framework documentation and was trying to find the API for datasets. We have several legacy applications that write very large text files - in an effort to speed things up, we are considering the possibility of writing to a dataset directly.

Has anyone tried this before? I am sure its a very simple osh script, but I was hoping to embed this functionality directly into our apps.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You're right - it's very simple. But the API doesn't help if you're going to rely on osh. Further, I don't think you'll get any performance gains - after all, the osh is simply two operators - import followed by copy. Build the job and examine the generated OSH.
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