passsing before routine's output in job

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

passsing before routine's output in job

Post by prasson_ibm »

Hi,

How can i pass before subroutine's output to job parameter.
Actually i am writing a routine which will run the script and give as an ouptut with scema name.

How can i pass this schema name to job as job paramter.

Thanks
Prasoon
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

This cannot be done "before job" to the current job. Run the routine via a Routine Activity stage in a Sequence and pass the output to the job that needs it there.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply