Page 1 of 1

pass values to parameter

Posted: Mon Dec 10, 2007 3:03 pm
by just4u_sharath
i have a value in a single column of dataset. can i pass this value to any parameter f my job

Posted: Mon Dec 10, 2007 3:15 pm
by DSguru2B
Look into UtilityRunJob().
You can also spit out the value to a flat file and via some shell scripting read the contents of the file and pass it as a parameter via dsjob command.
Alternately, you can do something similar in a job sequence as well.

Posted: Tue Dec 11, 2007 1:55 am
by ray.wurlod
Tip: Using UtilityRunJob() in a parallel job presupposes the use of a BASIC Transformer stage.