Parameterized primary key for sorting and 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
sharmabhavesh
Premium Member
Premium Member
Posts: 38
Joined: Tue Jun 19, 2012 11:03 pm
Location: India

Parameterized primary key for sorting and partitioning

Post by sharmabhavesh »

Hi,
I have a generic job to load data from a sequential file into a dataset with sorted and partitioned data (with duplicates removed).
I always have a single key primary key and no composite primary key. Can I use a parametrized primary key for loading the data using RCP (since schema is being passed through schema file)
Post Reply