compile job from Unix

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
reluc72
Participant
Posts: 2
Joined: Fri Feb 24, 2012 5:23 am

compile job from Unix

Post by reluc72 »

Hi,
can you tell me if i can compile a job by unix prompt? Eventually, how to do?

Thanks,
reluc72
be careful who you say...they are not all your friends
sarathchandrakt
Participant
Posts: 50
Joined: Fri Aug 29, 2014 1:32 pm
Location: Mumbai

Post 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
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post 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.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Please check this APAR. And I haven't heard of this being added till now, unless I missed some thing.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You won't find an "exe" on a UNIX box, that is strictly a Windows executable.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply