How to see the data in data set using unix command

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
nareshketepalli
Participant
Posts: 36
Joined: Mon Jun 28, 2010 11:24 pm
Location: seepz

How to see the data in data set using unix command

Post by nareshketepalli »

How to see the data in data set using unix command?
Please tell me the command....

Regards,
Naresh
NARESHKUMAR
edwardlee
Participant
Posts: 5
Joined: Mon Aug 14, 2006 12:20 am

Re: How to see the data in data set using unix command

Post by edwardlee »

list the info of dataset:
orchadmin ll xxx.ds

show the data in dataset:
orchadmin dump xxx.ds
Post Reply