warning in sort stage

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
bhargav_dd
Premium Member
Premium Member
Posts: 57
Joined: Tue Jun 30, 2009 9:38 am

warning in sort stage

Post by bhargav_dd »

Hi,

i am getting warning in sort stage.

main_program: Sort key "START_DATE" no longer exists in dataset schema. It
will be dropped from the inserted sortmerge collector.
main_program: Sort key "REASON_CODE" no longer exists in dataset schema. It
will be dropped from the inserted sortmerge collector.
main_program: There are no sort keys in the dataset schema. No sortmerge
collector will be inserted.]

how to remove these warning

Thanks
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Post by GJ_Stage »

Hi,

Check this Fields START_DATE & REASON_CODE from reading dataset. It seems it is not available from source dataset.
Jothi
Post Reply