to find job names and start date from my project

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sateeshbabu
Participant
Posts: 48
Joined: Sat Oct 22, 2005 9:56 am

to find job names and start date from my project

Post 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...
Plot No – B4, Jeevan Akshyay apts
8/14, 2nd Main Road, Jaya Nagar
Tambaram sanitorium,
Chennai-47.
smandepudi@gmail.com
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
parag.s.27
Participant
Posts: 221
Joined: Fri Feb 17, 2006 3:38 am
Location: India
Contact:

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

Post 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
Thanks & Regards
Parag Saundattikar
Certified for Infosphere DataStage v8.0
Post Reply