store procedure

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
Poonam Singh
Participant
Posts: 5
Joined: Wed Aug 16, 2006 10:58 am

store procedure

Post by Poonam Singh »

Hi

I am trying to create a job to run the oracle procedure from datastage.

Oracle procedure have two parameters ymd, p_return_code.
ymd is date like 20061115 and p_return_code is null.
I have datastage version 7.5

Please help me to accomplish this. I am new in store call procedure.
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

This has been discussed just yesterday.

viewtopic.php?t=105317&highlight=stored+procedure

Search the forum you will get more!
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
Poonam Singh
Participant
Posts: 5
Joined: Wed Aug 16, 2006 10:58 am

Post by Poonam Singh »

but how I can pass the parameters when I have "source" in syntax tab in
procedure type
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

Got this from the STP documentation

Code: Select all

Source. Source procedures emulate an SQL SELECT statement and use the column meta data as output parameters to read from the database. They have only an output link.
You could read more from there.
Hope that helps.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
Post Reply