Page 1 of 1

how to run datastage job in unix environmet

Posted: Thu Sep 27, 2007 9:44 am
by seshikumar
hi Gurus please can any one help this issue

how to run datastage job in unix environmet

Posted: Thu Sep 27, 2007 10:28 am
by us1aslam1us
If you want to run the job from command prompt use "dsjob" command with other parameters and you can learn about this in Command Line Interface section in Server Job Developer's guide. If that is not what you are looking for then be specific and clear in you question.

Re: how to run datastage job in unix environmet

Posted: Thu Sep 27, 2007 11:49 am
by DeepakCorning
Or you can have Asecntial CLient installed on Windows and run ti from there :)

Re: how to run datastage job in unix environmet

Posted: Fri Sep 28, 2007 12:27 am
by girish.rupkumar
Hi...

You can use JCS (Job Control Script). In this you have to pass values through parameters. i.e., job name, path of the source file and target file, etc., After this you have to run the JCS from UNIX.

Posted: Fri Sep 28, 2007 12:33 am
by ray.wurlod
Is JCS a separate product, like Control-M, AutoSys, SeeBeyond, etc., or do you mean a job control routine in DataStage? If the former, please provide a URL where we can learn more about it. If the latter, do you advocate any particular way to run the same from UNIX?

Posted: Fri Sep 28, 2007 12:55 am
by chulett
I'll wager 'JCS' simply translates to a shell script.