Search found 42189 matches
- Mon Aug 20, 2012 5:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to satisfy for unkown incoming data for multiplescenario
- Replies: 12
- Views: 3218
- Mon Aug 20, 2012 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to satisfy for unkown incoming data for multiplescenario
- Replies: 12
- Views: 3218
- Mon Aug 20, 2012 4:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to satisfy for unkown incoming data for multiplescenario
- Replies: 12
- Views: 3218
- Mon Aug 20, 2012 1:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Couldn't able to read xml file
- Replies: 8
- Views: 4133
- Mon Aug 20, 2012 1:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scratch disk issue
- Replies: 4
- Views: 1630
- Mon Aug 20, 2012 12:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scratch disk issue
- Replies: 4
- Views: 1630
- Mon Aug 20, 2012 7:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex flat file stage issue in datastage release 8.5
- Replies: 20
- Views: 16099
Number? These are (I assume) EBCDIC signed overpunch numbers so { and A -> I are positive while } and J -> R are negative. And the stage should handle them just fine from what I recall.
- Mon Aug 20, 2012 6:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error -99 getting details for wave 0
- Replies: 1
- Views: 1598
- Mon Aug 20, 2012 6:55 am
- Forum: General
- Topic: Notification Activity Executes successfully but no emails
- Replies: 3
- Views: 1014
- Mon Aug 20, 2012 6:55 am
- Forum: General
- Topic: Extract query information in the job
- Replies: 6
- Views: 1400
Last time I had to do this, I ended up using dsx exports with the tools from Chuck Smith's site. I found them simple to modify to my specific needs, including loading results to tables to make them easily query-able.
- Sun Aug 19, 2012 8:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Count issue
- Replies: 4
- Views: 1733
- Sun Aug 19, 2012 8:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datatype conversions
- Replies: 17
- Views: 8493
- Sun Aug 19, 2012 7:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datatype Issue
- Replies: 12
- Views: 5632
END marks the end of the CASE statement, it's not a field. :wink: Rather than select the same field three times, smarten up the case statement so it only needs to be cast once: SELECT CASE WHEN SUBSTRING(lc.refno,1,3) IN ('OSB','OSG','PPS') THEN CAST(SO.AMT as FLOAT) ELSE CAST(LC.AMT as FLOAT) END A...
- Sun Aug 19, 2012 7:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex flat file stage issue in datastage release 8.5
- Replies: 20
- Views: 16099
- Sat Aug 18, 2012 9:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datatype conversions
- Replies: 17
- Views: 8493