Partitioning

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
senthilt1
Participant
Posts: 134
Joined: Mon Nov 19, 2007 2:17 am

Partitioning

Post by senthilt1 »

Hi All,

I have a dataset which is sorted and partitioned based on some columns.

How to identify the columns that are used for partitioning in dataset as i dont know the job that creates this dataset.

Is it possible to know the partitioning columns in dataset without looking into the job?

If so, Please let me know.

Thanks,

Senthil Kumar P
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Try the command

Code: Select all

orchadmin ll yourDataSetName.ds
Post Reply