Datastage Reports

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
chandra.shekhar@tcs.com
Premium Member
Premium Member
Posts: 353
Joined: Mon Jan 17, 2011 5:03 am
Location: Mumbai, India

Datastage Reports

Post by chandra.shekhar@tcs.com »

Dear all,

Can anybody suggest me how to generate the reports for below purpose.

1> can we check how many jobs are running and what are the status for that(like running/aborted/completed).

2> report for what are the current status of job like 20%,40%,60% ..completed.

3> can we take the report in graphical way for particular project.

4> can we customized reports for datastage project.

Kindly suggest.

Thanks
Kishor
Thanx and Regards,
ETL User
kmsekhar
Premium Member
Premium Member
Posts: 58
Joined: Fri Apr 16, 2010 12:58 pm
Location: Chn

Re: Datastage Reports

Post by kmsekhar »

Chandra,

Please search in the forum before raising any post, b'cause some of the solutions were already answered.

All of you requirements will not get in a bunble.
check the below link to get the job status codes
viewtopic.php?t=118771&highlight=

We can get the the log details using dsjob -report to achieve this you can create a DS Job were we will get all the info like Job Satrt Date, End Date, Elapsed Time, Reords Processed.

or else you can create a routinue or Shell Script...
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

i am not sure about this!!

can we do this in reporting assistant in manager?

if not, what we can do via reporting assistant?
pandeeswaran
kmsekhar
Premium Member
Premium Member
Posts: 58
Joined: Fri Apr 16, 2010 12:58 pm
Location: Chn

Post by kmsekhar »

i achieved this already i am using this...

1) Create Server Job I/P Seq file I/P uvodbc.config --> Stg settings use [Stage Uses Filter commands] --> O/P tab in Seq Stg under Filter Command use the dsjob -report <proname> <jobname> XML
2)Map it to XMLInput Stage Split the columns arrordingly...

Cheers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

pandeesh wrote:i am not sure about this!!

can we do this in reporting assistant in manager?

if not, what we can do via reporting assistant?
To which "manager" are you referring? The DataStage Manager client ceased to exist from version 8.0.

Similarly, to which "reporting assistant" are you referring? I am not aware of any such-named utility.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

Yes ray!

I am referring datastage manager in 7.5 version.
i haven't used reporting option in that.
But i heard that there is an option for reporting in DS manager.
pandeeswaran
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

I always wanted to see this as well. We started to put it together at one company. We wanted to see what jobs were running in sort of gantt charts like you see project lines. These would be jobs running during a specific job run. Say you have a daily run of a 1000 jobs.

See:
http://en.wikipedia.org/wiki/Gantt_chart

Below that or on a separate page I want to see CPU usage and RAM used below that. So you can see what was running and how it impacted RAM and CPU. You might even want to see disk usage. We had all the numbers at BlueCross. We never tied them all together. Would be an awesome tool even after the fact like the next day. You have to add a lot to EtlStats to get all this.
Mamu Kim
Post Reply