Workload Management

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
nvalia
Premium Member
Premium Member
Posts: 180
Joined: Thu May 26, 2005 6:44 am

Workload Management

Post by nvalia »

Hi All,

We have the Work Load Management option available now where we can set the job priority. By default it is Medium. I see I can change this when I run a job from the Designer Client

We plan to eventually use a script using dsjob to run the jobs.
How can we incorporate work load management via the script?

Thanks,
NV
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Use the dsjob command with a primary command of -run along with the -queue <queue_name> option.

You can view all the command options by executing dsjob by itself.

You can view all the primary command options by executing dsjob -run by itself.
Choose a job you love, and you will never have to work a day in your life. - Confucius
nvalia
Premium Member
Premium Member
Posts: 180
Joined: Thu May 26, 2005 6:44 am

Post by nvalia »

Thanks Eric.
Post Reply