Page 1 of 1

Report Generation/Documentation

Posted: Wed Jan 26, 2005 11:23 am
by srikie
Hi,
I was looking for a way to get the documentation of the jobs that are already developed and run successfully so that I could have a look at it.
There is "reporting assistant" in the manager but it doesnot help much.
Can any one tell me how I can do that.
I am datastage mvs.
Srikie

Posted: Wed Jan 26, 2005 2:20 pm
by Mike
jobs that are already developed and run successfully
Please clarify what you mean by this. The execution environment for mainframe jobs is a mainframe. Your DataStage server has no knowledge of that execution environment.

There is an option to generate operational metadata from a mainframe job, ftp to a MetaStage server, and import into a MetaStage Directory. It gives you some very basic operational metadata (e.g. job start, job end, link counts).

Mike

Re: Report Generation/Documentation

Posted: Wed Jan 26, 2005 2:35 pm
by srikie
already developed and run successfully
I meant there jobs which are already developed and implemented might as well be in Mainframes. But I just need the documentation which shows various details of job design like mappings, constraints, derivations.

Posted: Wed Jan 26, 2005 3:11 pm
by ray.wurlod
You could look in the DataStage Director. De-select View Categories from the View menu, then Filter or Sort the status view. From this you can determine the ones that have been compiled or not.

Much more difficult to determine which ones have been run, because they are run on your mainframe machine, unless your job designs record some information about their own run.

Posted: Thu Jan 27, 2005 10:46 am
by hotrjrod
There is a tool called DSToolBox that should be able to provide you the functionality you are looking for. Please go to www.teknionusa.com and click on DSToolBox for information and download.

Rod Johnson

Posted: Thu Jan 27, 2005 2:20 pm
by kduke
You can also buy DwNav from my web site or I have a lot of free tools that do a great job of automating documentation. On my tips page or on ADN download KgdGenHtml.zip. This is a few jobs which generate nice html documentation one file per job and one file per routine. It will also build an index page where you can find jobs by name or category. DwNav includes an index by table name or hash file name. DwNav also includes row counts and other nice stats.

Posted: Fri Jan 23, 2009 4:15 am
by udankar
hotrjrod wrote:There is a tool called DSToolBox that should be able to provide you the functionality you are looking for. Please go to www.teknionusa.com and click on DSToolBox for information and download.

Rod Johnson
I tried using this tool - Trial version. Even though it got installed I am unable to use it - It throws an error "Run Time Error '429' ActiveX Component cant create object"

What is the component this tool is expecting in my machine? Did anyone encounter this error while using this tool? Please do let me know whats the problem? What is the reason for getting this error and what is its work around?

Posted: Fri Jan 23, 2009 8:26 am
by chulett
"Hotrod" hasn't posted here for 4 years. Best to go to the source for problems with that application.

Posted: Fri Jan 23, 2009 9:21 am
by kduke
It expects DataStage client to be loaded. DwNav uses information created by Reporting Assistant. It adds to this sequences but PX jobs and MVS jobs are not supported.

Posted: Fri Jan 23, 2009 2:57 pm
by ray.wurlod
Are you running version 7.5? If so, is there an icon on the toolbar, an icon that looks like the Internet Explorer icon? This will generate your documentation in HTML format, complete with bitmap picture of the job design. You can achieve the same thing with the -report option of the dsjob command.