Page 1 of 1

compile job from Unix

Posted: Wed Dec 03, 2014 3:03 am
by reluc72
Hi,
can you tell me if i can compile a job by unix prompt? Eventually, how to do?

Thanks,
reluc72

Posted: Wed Dec 03, 2014 5:53 am
by sarathchandrakt
Login to your Unix server (where DataStage server) is installed and go to bin directory of DataStage.

dscc.exe /H hostname /U username /P password project_name /J jobname

Note: The job name can be * to compile all the jobs in the Project.

Never tried it myself, so g read you datastage folder and check the syntax of dscc

Posted: Wed Dec 03, 2014 6:41 am
by priyadarshikunal
sarathchandrakt, Have you seen dscc.exe on unix box eventhough you have not tried the syntax? dscc is client side utility and will work from client systems and not from unix box.

Posted: Wed Dec 03, 2014 6:43 am
by priyadarshikunal
Please check this APAR. And I haven't heard of this being added till now, unless I missed some thing.

Posted: Wed Dec 03, 2014 8:53 am
by chulett
You won't find an "exe" on a UNIX box, that is strictly a Windows executable.