Page 1 of 1

call column value of job A in job B (both jobs in a same seq

Posted: Wed Aug 05, 2009 1:00 pm
by getsatish_gk
Hi all,

Calling a column value of job A in job B; both jobs are in same sequence
can this be achieved by 'User Variable Activity' stage / After job routine?

Thanks in adv

Re: call column value of job A in job B (both jobs in a same

Posted: Wed Aug 05, 2009 1:07 pm
by ddevdutt
Can you be a little more specific? What is it you are trying to do?

Posted: Wed Aug 05, 2009 2:35 pm
by chulett
You'll need to rephrase your question as we don't understand what "Calling a column value of job A in job B" means. Sorry.

Posted: Thu Aug 06, 2009 8:41 am
by getsatish_gk
the requirement is to read and use the field value generated in previous job.

lets say i have two jobs (Job A and Job B) both is same sequence, and say Job A is populating col 1 and i want to call this value into Job B.

(just consider only one value populating per run)

Sorry, i might be in hurry if earlier question was not in detail

Thanks in adv.

Posted: Thu Aug 06, 2009 8:50 am
by chulett
Sounds like a job for USERSTATUS. Search here for that word and also "SetUserStatus" to find discussions on its use and example code.

Posted: Thu Aug 06, 2009 9:47 am
by getsatish_gk
Thanks a lot Craig, I got the way 8)