Page 1 of 1

Compilation of job using command line

Posted: Thu Apr 06, 2006 5:20 am
by amit_haldar
Hi,

How can we compile a project/job from command line on UNIX OS. We are in the process of automating the jobs using scheduler. We can able to run the job using dsjob from the command line. For doing this we are compiling the projects on client and we are running the job from dsjob in Server.

Please help!!!

Thanks in advance.

Regards,
Amit

Posted: Thu Apr 06, 2006 6:45 am
by chulett
:? Why do you think you need to compile jobs from the command line? It usually means that someone doesn't know how to properly reset a job and are using it to handle aborted jobs, which is not the right way to go.

In any case, search the forum for dscc and you should turn up plenty of posts on the subject. Pretty sure that's the command...

Re: Compilation of job using command line

Posted: Thu Apr 06, 2006 9:53 am
by devnull
We also use a scheduler to run DataStage jobs with dsjob. We have a shell wrapper function that calls dsjob with -run -mode RESET prior to calling dsjob with -run -mode NORMAL
amit_haldar wrote:Hi,

How can we compile a project/job from command line on UNIX OS. We are in the process of automating the jobs using scheduler. We can able to run the job using dsjob from the command line. For doing this we are compiling the projects on client and we are running the job from dsjob in Server.

Please help!!!

Thanks in advance.

Regards,
Amit