Search found 42189 matches
- Wed Apr 13, 2016 7:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IN clause in transformer
- Replies: 11
- Views: 10367
- Wed Apr 13, 2016 6:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ABAP RFC Issue
- Replies: 2
- Views: 2738
- Tue Apr 12, 2016 1:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformation help required in Transformer
- Replies: 8
- Views: 2697
- Tue Apr 12, 2016 11:57 am
- Forum: General
- Topic: Wait for file issues
- Replies: 16
- Views: 4946
- Tue Apr 12, 2016 9:14 am
- Forum: General
- Topic: Wait for file issues
- Replies: 16
- Views: 4946
The WFF stage is pretty straight-forward. When you tell it to wait for a specific file it will 'fire' the success link once the file is found. Any failure link will fire if the file does not show up within the time you've told it to wait. Make sure you're not using a wildcard in the name of the file...
- Mon Apr 11, 2016 10:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job failing due to (code 139)
- Replies: 3
- Views: 2581
- Mon Apr 11, 2016 7:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compare Duplicate Records in a File
- Replies: 5
- Views: 2982
So... this question was posted again on another forum with a slight tweak to the requirements: If EndDate of the First Record is greater than the StartDate of Second Record, then reject the first record and capture it. I don't have any time left this morning but putting it out there in case someone ...
- Mon Apr 11, 2016 7:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to calculate cumulative value
- Replies: 4
- Views: 2253
- Mon Apr 11, 2016 6:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to calculate cumulative value
- Replies: 4
- Views: 2253
:idea: Post your rules / requirements for this calculation in words first rather than make people puzzle it out from your example. Which right now really does need an explanation. :? If all you are talking about is a running total, then all you need is a stage variable in a transformer. If your last...
- Sat Apr 09, 2016 7:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compare Duplicate Records in a File
- Replies: 5
- Views: 2982
Seems to me the first question back to you is - did it work? I'm guessing the answer is no, especially with this little wrinkle in your requirements: If EndDate of the First Record is greater than the StartDate of Second Record, then reject both the records and capture it. The rub here is the need t...
- Fri Apr 08, 2016 2:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Not Passing through Transformer
- Replies: 11
- Views: 6493
- Fri Apr 08, 2016 9:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage flow to receive gzip'd files as binary data
- Replies: 12
- Views: 4096
Speaking of Ernie, thought I remembered a blog post of his on this or a very similar situation. Poked around and found this which looks like it might help. 
- Fri Apr 08, 2016 6:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Java Integration Stage - NoClassDefFoundError exception
- Replies: 4
- Views: 2775
- Thu Apr 07, 2016 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic Update on Netezza
- Replies: 0
- Views: 1859
- Thu Apr 07, 2016 5:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate XML From Sequential File
- Replies: 8
- Views: 8553
So... very new to DataStage, how about XML? Is that something you are familiar with or are you very new to that as well? And you really should have the xsd for this, it is used to generate the metadata needed to produce the output XML. Lastly, will this really be a Server job as marked? I'd also be ...