Page 1 of 1

to find job names and start date from my project

Posted: Thu Feb 23, 2006 12:02 am
by sateeshbabu
Hi
This is sateesh..
actually in my project i want to find all of jobnames and start date of that job ..and this information i want to load in sequential file..can u please give me ur sugestions..

regards
sateesh...

Posted: Thu Feb 23, 2006 2:12 am
by ray.wurlod
Welcome aboard. :D

Open Director.
Make sure you have status view open.
If you prefer, right mouse click and filter on Finished jobs only.
Uncheck "Categories" from the View menu. This gives all jobs in one screen.
Select Print from the Project menu.
In the common print dialog check "Print to File".
Provide the file name, and click OK.
There's your file.

Re: to find job names and start date from my project

Posted: Thu Feb 23, 2006 4:33 am
by parag.s.27
sateeshbabu wrote:Hi
This is sateesh..
actually in my project i want to find all of jobnames and start date of that job ..and this information i want to load in sequential file..can u please give me ur sugestions..

regards
sateesh...
Hi Sateesh,

If you want the job name during its runable state. then you can try writing this code DSGetJobInfo(DSJ.ME,DSJ.JOBNAME). in transformer stage where you are transforming data to load it into the sequential file