DataStage code audits to verify compliance with standards

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
lmoose1
Premium Member
Premium Member
Posts: 28
Joined: Wed Sep 13, 2006 12:56 pm
Location: Kansas City

DataStage code audits to verify compliance with standards

Post by lmoose1 »

We have our DataStage development standards documented, but audits by the admins are needed to ensure compliance. Audits can be quite time consuming for larger applications. We have a few short cuts, but are looking for something faster and more easily repeatable -- both for ourselves as admins and for the developers to first do their own self-audit. How do other customers do DataStage code audits?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Done properly an audit IS time consuming. There's no way around that. You just have to make the investment.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

You can audit naming standards using some logic statements in the stylesheet that gets applied to DataStage job reports and export XML files. Generate a job report and have a look at the XSL stylesheet that gets applied to it. You can add statements that change the colour of stage and link names that do not use the right naming standards. You can colour stage types that are not recommended. You can look for hard coded file paths or login details. As for the job design itself it is always good to do peer review at some point.
Post Reply