Page 1 of 1

compliation of job in command line

Posted: Wed Jul 27, 2005 1:59 am
by sanjay
Hi

i working on 7.5.1A . is there any command in unix to complie all the jobs .and whats the syntax


Sanjay

Posted: Wed Jul 27, 2005 2:26 am
by elavenil
Muliple job compile options is available in 7.5, which will help you to compile all jobs in a project. Is there any special req to compile the jobs using commands.

HTWH.

Regards
Saravanan

compliation of job in command line

Posted: Wed Jul 27, 2005 2:35 am
by tusharzade
I would also like to know how to compile the job through the Unix prompt.
Multpile job complile option is anyway GUI. But if there is option to compile the job through the Unix then we can automate the process to compile the job from UNIX if required.

regards,
tushar

elavenil wrote:Muliple job compile options is available in 7.5, which will help you to compile all jobs in a project. Is there any special req to compile the jobs using commands.

HTWH.

Regards
Saravanan

Posted: Wed Jul 27, 2005 2:58 am
by ArndW
Done from the client system, the compile looks like this to compile all the routines in a given project. You can look at the help to get the options you are looking for:

"C:\Program Files\Ascential\DataStage7.5\dscc.exe" /h {server} /u {userid} /p {password} /r * {project}

Posted: Wed Jul 27, 2005 3:16 am
by memrinal
Can a DataStage job be compiled on Unix command line when the server is on UNIX.
If yes then how?

Posted: Wed Jul 27, 2005 3:21 am
by ArndW
No, it cannot.