Search found 91 matches

by chvenkat.v
Tue Mar 18, 2008 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with Stored Procedure in datastage
Replies: 6
Views: 3317

problem with Stored Procedure in datastage

pls tell me problem with server or my code. in datastage, oracle entr. stage. we can call stored procedure or not. if yes pls tell me . if no then in stored procedure stage how can i get output result to a dataset. pls tell me thanks venkat SQL> CREATE OR REPLACE PROCEDURE TEST1( INDATE IN DATE) 2 ...