Page 1 of 1

Automated / command line compiles of jobs.

Posted: Tue Aug 01, 2006 1:50 pm
by Cowmix
I think I saw a post where the answer was "no".. but I just want to ask again to be sure..

I am creating some scripts that check jobs (and other DSX files) out of a version control system and then imports them into a Datastage instance under a specific project. Is there anyway to have those jobs compiled automatically after the import?

thanks!

Posted: Tue Aug 01, 2006 1:56 pm
by meena
Hi Cowmix,
The answer is again a 'NO'. There is no automatic compilation of jobs after a import.

Posted: Tue Aug 01, 2006 2:14 pm
by Bryceson
After your Import . . . .You can compile multiple jobs (all / some jobs in a project) through DataStage Designer or Manager -> Tools ->Multiple Jobs Compile

Thanks . . . Bryceson

Posted: Tue Aug 01, 2006 2:30 pm
by meena
Hi..
Yes there is a Multiple job compilation of the jobs but not the automatic compilation.

Code: Select all

After your Import . . . .You can compile multiple jobs (all / some jobs in a project) through DataStage Designer or Manager -> Tools ->Multiple Jobs Compile 
Thanks

Posted: Tue Aug 01, 2006 3:23 pm
by kcbland
Or you could get the DS Server Batch job on my website that lets you run a DS job that compiles jobs according to some parameter values (folder, jobname match, uncompiled state). Just run that as part of your scripted process. It's multi-instance enabled, so multiples can run simultaneously to compile your jobs. Just supply a unique identifier when running. If you have 500 jobs in 4 folders, run it for each folder and compile 4X faster. :wink: