Page 1 of 1

datastage job compilation

Posted: Tue Dec 30, 2008 12:52 am
by dr.murthy
hi experts.

is there any possibility to compile the datastage jobs through command prompt.

Posted: Tue Dec 30, 2008 1:37 am
by Raghavendra
I believe we cannot compile a job in through the command prompt.

Posted: Tue Dec 30, 2008 2:41 am
by ray.wurlod
The command is dscc - Search DSXchange or the manuals for further information.

Posted: Tue Dec 30, 2008 4:55 am
by dr.murthy
ray.wurlod wrote:The command is dscc - Search DSXchange or the manuals for further information. ...
i tried with the DSCC command to compile the job from command promt,but it's getting an issue dscc : command not found .
i tried with the command

Code: Select all

dscc /h 11.154.64.86 /u murthy /p ds4dm hrbys /j batch_dev  
at the path where my datastage mission was installed.

Posted: Tue Dec 30, 2008 5:21 am
by MarkB
dscc is a Windows program - it should be installed under the ..Clients/Classic directory.

Posted: Tue Dec 30, 2008 7:12 am
by ray.wurlod
This is your problem, not DataStage's. Learn about the command search path (PATH environment variable) - that is, about how to execute commands in the operating system.

MarkB's response is not correct for versions earlier than 8.0.

Posted: Tue Dec 30, 2008 8:03 am
by chulett
DataStage 'mission'? :?

Posted: Wed Dec 31, 2008 8:03 am
by MarkB
ray.wurlod wrote:This is your problem, not DataStage's. Learn about the command search path (PATH environment variable) - that is, about how to execute commands in the operating system.

MarkB's response is not co
Sorry, I should have mentioned that that was the install location for versions 8.x ...