Access repository information

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
hiteshm
Participant
Posts: 20
Joined: Tue May 10, 2005 5:32 am

Access repository information

Post by hiteshm »

I've just started to use DataStage v8, and have been asked to produce a text file with the details as shown in Director.

Does anybody know how I can retrieve this information? I believe in previous versions, this used to be stored in UV tables.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The DataStage subroutine calls to get this information have not changed at Version 8 so you can continue to use DSGetJobInfo() and the other DSGet...() routines to retrieve this information.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In Director choose the Project menu.
In that menu choose the Print option. This opens a common print dialog.
Within the Print dialog check the Print To File check box.
Within the browser dialog specify the pathname of the text file (on the client machine) into which the report will be written.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply