Information icon IBM InfoSphere DataStage and InfoSphere QualityStage, Version 8.5
space Feedback

Generating an XML report

You can generate an XML report giving information about a job by using the following methods:

InfoSphere™ DataStage® provides the following files to assist in the handling of generated XML reports:

The files are all located in the InfoSphere DataStage client directory (\IBM\InformationServer\Clients\Classic).

You can embed a reference to a stylesheet when you create the report using any of the commands listed above. After the report is generated you can view it in an Internet browser.

Alternatively you can use an xslt processor such as saxon or msxsl to convert an already generated report. For example:

java - jar saxon.jar jobreport.xml DSReport-Monitor.xsl > jobmonitor.htm

would generate an HTML file called jobmonitor.htm from the report jobreport.xml, while:

maxsl jobreport.xml DSReport-Waterfall.xsl > jobwaterfall.htm

would generate an HTML file called jobwaterfall.htm from the report jobreport.xml.


PDFThis topic is also in the IBM InfoSphere DataStage Programmer's Guide.

Update timestamp Last updated: 2010-09-30