Search found 42189 matches
- Thu Aug 29, 2013 7:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To check the value of a decimal column is negative/positive
- Replies: 8
- Views: 2303
- Thu Aug 29, 2013 7:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Grouping/Looping in datastage
- Replies: 6
- Views: 2418
Welcome aboard. :!: I cleaned up your examples using ' ' tags to preserve the whitespace you need so the columns line up. By default the forum software removes all 'extra' whitespace from a post. FYI. That being said, I don't see a need for any looping or grouping - this looks like a classic 'fork j...
- Thu Aug 29, 2013 7:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pass SQL Query @ Run time not working
- Replies: 19
- Views: 5705
- Wed Aug 28, 2013 10:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: main_program: broadcastStepIR: warning: score file deletion
- Replies: 3
- Views: 1453
- Wed Aug 28, 2013 10:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pass SQL Query @ Run time not working
- Replies: 19
- Views: 5705
ps. Here is the TechNote for the issue and APT environment variable in question.
- Wed Aug 28, 2013 9:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To check the value of a decimal column is negative/positive
- Replies: 8
- Views: 2303
Try if A <> 0.00 Not equal? All that tells you that the value is not zero with no clue as to the sign. Ankush - I'm hard pressed to believe that this product would consider 0.068 as being less than zero since (as you noted) it certainly is not. Can you show us the actual syntax you are using and th...
- Wed Aug 28, 2013 1:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: GMT format HHMMSSD (7 characters)
- Replies: 1
- Views: 1127
What are you considering to be "GMT format"? GMT stands for Greenwich Mean Time and it's a time zone not a "format"... so a little confused as to what you need right now. What does the "D" represent in your seven character format string? 
- Wed Aug 28, 2013 8:21 am
- Forum: General
- Topic: Compare differences in row counts after loading
- Replies: 15
- Views: 5807
- Wed Aug 28, 2013 6:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pass SQL Query @ Run time not working
- Replies: 19
- Views: 5705
- Tue Aug 27, 2013 10:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pass SQL Query @ Run time not working
- Replies: 19
- Views: 5705
- Tue Aug 27, 2013 9:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pass SQL Query @ Run time not working
- Replies: 19
- Views: 5705
- Tue Aug 27, 2013 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing job parameter to Convert function
- Replies: 2
- Views: 1024
Parameters don't work that way - they are used to pass data into a job. When you pass in function names (as you've seen) they just become strings of data as there isn't a second level of 'resolution'. It is the same reason a parameter cannot reference another parameter. Off the top of my head, you'l...
- Tue Aug 27, 2013 10:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merging multiple rows into single row
- Replies: 11
- Views: 4892
- Tue Aug 27, 2013 9:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merging multiple rows into single row
- Replies: 11
- Views: 4892
when I try to run it on single node the results are completely different. Then your logic is flawed. You'd need to supply the details of your job design to allow anyone to help without continuing to guess at this point. What field(s) did you specify as the change keys in the Sort stage? Is the KeyC...
- Tue Aug 27, 2013 7:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job giving error while using NLS character set.
- Replies: 5
- Views: 3814