How to pass values to parameters in ( ODBC SP datastage)

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
harithay
Participant
Posts: 106
Joined: Tue Dec 14, 2004 10:51 pm

How to pass values to parameters in ( ODBC SP datastage)

Post by harithay »

Hi

I am calling Stored Procedure using ODBC (select using Stored Procedure),

In Parameters Tab there are 4 Input variables starting with @, and Column tab there are 2 columns mapping to output seqfile.

when i run the job it is not asking for values of parameters.


but when i remove the @symbol , if i give the values for variables then it is working fine.


My question is How to pass the values to variables in odbc.

Thanks
harithay
Participant
Posts: 106
Joined: Tue Dec 14, 2004 10:51 pm

Post by harithay »

Thanks

I got it.
Post Reply