How to pass value to job status

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
RAI ROUSES
Participant
Posts: 176
Joined: Wed Nov 15, 2006 5:48 am

How to pass value to job status

Post by RAI ROUSES »

Hi,
i have a control table where i indicate which jobs will be executed.
In the first job, reads of this table the state of execution of the job, i would like to pass this value for the status of the job, in the sequencer i will verify if job can be executed or not.

The question: How can I pass a value for the status of job?

BONNE ANNE 2007
Rai
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Read that value and store it somewhere, maybe in a user status. Parameterize your job and pass the userstatus from the previous job to your current job. I hope thats what your asking, if not, then please be a little bit more clear on your requirement.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply