modify showing problem

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
Ragunathan Gunasekaran
Participant
Posts: 247
Joined: Mon Jan 22, 2007 11:33 pm

modify showing problem

Post by Ragunathan Gunasekaran »

Hi I am renaming the columns using the modify stage and i am getting the errors as below
Specification in the modify stage =

Code: Select all

New_col=Old_col,New_col1=Old_col1
the error i am recieving is

Code: Select all

Expected ';' or end, got: "="; 
Any clues on this please....
Regards
Ragu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You need one Specification per field.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
throbinson
Charter Member
Charter Member
Posts: 299
Joined: Wed Nov 13, 2002 5:38 pm
Location: USA

Post by throbinson »

If you changed the comma to a semi-colon, you could have more then one per specfication but the Best Practice is to have multiple specifications.
Post Reply