Stored Procedure 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
vinothkumar
Participant
Posts: 342
Joined: Tue Nov 04, 2008 10:38 am
Location: Chennai, India

Stored Procedure Stage

Post by vinothkumar »

I am trying to execute a DB2 procedure having 3 input parameters and 4 output parameters. I have defined the column names and their types in input and output tabs of Stored Procedure stage. I am calling the procedure as CALL ProcName(?,?,?,?,?,?,?). How can I map/pass the Parameters under 'Stored Procedure Parameters' in Stage->Properties tab.
vinothkumar
Participant
Posts: 342
Joined: Tue Nov 04, 2008 10:38 am
Location: Chennai, India

Post by vinothkumar »

I am having V7.5 and V7.5.2 in my machine. I was trying to open jobs in V7.5.2 while client was pointing to V7.5. Once I switched to V.7.5.2 I am ablt to get that tab where mapping of parameters will be done.
Post Reply