Copy from Dataset

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
deepag
Participant
Posts: 5
Joined: Wed Jul 11, 2012 9:18 am

Copy from Dataset

Post by deepag »

Is there any easy way to copy Data from Dataset all records at a time?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I'm not sure what you mean by your question, could you perhaps explain in a bit more detail what "all records at a time" means? Datasets are easily defined and copied in DataStage jobs. Do you want to copy the contents at the OS level, without a job?
deepag
Participant
Posts: 5
Joined: Wed Jul 11, 2012 9:18 am

Post by deepag »

I am asking as how to copy and paste the data present in dataset at a time.

As far I know, we can copy only one record at a time and paste in other document. My question is : "Is there any way to copy all records of dataset and paste in other document at a time instead of copying and pasting each record"
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can use orchadmin to dump the records and a redirection operator ( > )to write them into a file.
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