Search found 53125 matches
- Fri Aug 01, 2008 3:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to implement more than 3 sources as input
- Replies: 2
- Views: 955
- Fri Aug 01, 2008 3:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting rows to columns
- Replies: 4
- Views: 2213
U is one of our posters (and a reasonably common Burmese name), Ur was a city in ancient Babylon, and rpy presumably is an abbrevation for revolutions per year. Plz might be a town in the Balkans. Please use a professional standard of English when posting on DSXchange; it makes it easier for everyo...
- Fri Aug 01, 2008 3:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compilation error (transformer stage)
- Replies: 3
- Views: 1132
Actually the GE stems from #< which DataStage BASIC interprets as "not less than". So it's necessary to ask where "#<>~" comes from in your job design, and why it's unquoted if it's a string. If it's any help, it's the derivation of the first column on an output link from the second Transformer stag...
- Fri Aug 01, 2008 3:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to oount no of warning messages
- Replies: 3
- Views: 1007
- Thu Jul 31, 2008 11:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to oount no of warning messages
- Replies: 3
- Views: 1007
Code: Select all
dsjob -logsum Project Job | grep WARN | wc -lCode: Select all
SELECT COUNT(*) FROM RT_LOGnnn WHERE SEVERITY = ('Warning' OR SEVERITY = 'Fatal') AND TIMESTAMP >= 'yyyy-mm-dd hh:mm:ss';- Thu Jul 31, 2008 10:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: output from hashed file
- Replies: 47
- Views: 11788
The total of field widths plus separator space must be less than your device width. Five at 40 equals 200, which is way too many, so you get vertical format. Try this: SELECT Field1 FMT '12R', Field2 FMT '15L', Field3 FMT '20R', Field4 FMT '10L', Field5 FMT '10R' FROM HashOther; In this query the to...
- Thu Jul 31, 2008 10:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting rows to columns
- Replies: 4
- Views: 2213
- Thu Jul 31, 2008 10:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Output link opens, even if the job aborts
- Replies: 11
- Views: 2906
What a surprise! When you ask a running job for its status, it returns "Running" (which is what 0 means). You need to re-think your logic, probably to split it into two separate pieces, the first of which does any processing, the second of which only executes if the first does not abort. The only al...
- Thu Jul 31, 2008 5:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Why transformer is not working in Windows Xp
- Replies: 6
- Views: 1633
- Thu Jul 31, 2008 4:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Handle DataQuality?
- Replies: 3
- Views: 1374
Original post was for 7.x. You are correct that ProfileStage no longer exists in 8.0 having been morphed into Information Analyzer. Elements of QualityStage and AuditStage will also migrate into Information Analyzer over the next couple of years. In the meantime, AuditStage continues to exist as a s...
- Thu Jul 31, 2008 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: About MVS edition
- Replies: 7
- Views: 2343
- Thu Jul 31, 2008 4:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What is multistage variables
- Replies: 2
- Views: 984
- Thu Jul 31, 2008 4:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: step by step instructions:writing a windows parallel routine
- Replies: 0
- Views: 2610
- Thu Jul 31, 2008 4:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read sequential variable length file
- Replies: 5
- Views: 2514
- Thu Jul 31, 2008 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Variables in Job Control
- Replies: 4
- Views: 2230