datastage job compilation

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

datastage job compilation

Post by dr.murthy »

hi experts.

is there any possibility to compile the datastage jobs through command prompt.
D.N .MURTHY
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

I believe we cannot compile a job in through the command prompt.
Raghavendra
Dare to dream and care to achieve ...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The command is dscc - Search DSXchange or the manuals for further information.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

Post 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.
D.N .MURTHY
MarkB
Premium Member
Premium Member
Posts: 95
Joined: Fri Oct 27, 2006 9:13 am

Post by MarkB »

dscc is a Windows program - it should be installed under the ..Clients/Classic directory.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

DataStage 'mission'? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
MarkB
Premium Member
Premium Member
Posts: 95
Joined: Fri Oct 27, 2006 9:13 am

Post 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 ...
Post Reply