Search found 1 match
- Sat Nov 19, 2011 2:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To generat a report in particular format
- Replies: 2
- Views: 976
To generat a report in particular format
Hi,I want to design a job which have following data Input : Col1 col2 col3...... a b r b e c d s and what to have output report as show below: Col1 col2 col3 Message a b r No null column b e col2 is null c d col3 is null s col1,col2 is null and so on.... Out of the above output I am able to achieve ...