stored procedure return value still empty

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
coface
Premium Member
Premium Member
Posts: 57
Joined: Fri Aug 10, 2007 8:13 am

stored procedure return value still empty

Post by coface »

Hello,

The function is called with the syntax:

BEGIN :3 := STAGING.GET_PERIOD(:1, :2); END;

The function return a Varchar, the first ad second parameter are from type Input and the third (return_value) Function.

return_value is also set to output column, but the value is still empty.


Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

And your problem is... ?

How have you tested this stored procedure?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply