Search found 1 match

by rhemachandrareddy
Wed Jan 27, 2010 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass a parameter for stored procedure in the odbc stage
Replies: 1
Views: 957

Pass a parameter for stored procedure in the odbc stage

Hi, I have a sybase procedure which is called in the odbc stage.This procedure takes date as a parameter. ex: exec <procedure name> (parameter). It is working fine in the sybase enviroment. So now i need to call the procedure in the odbc stage and provide the parameter. But datastage is not identifi...