Search found 42189 matches

by chulett
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

As noted, the short answer to your question is yes. If you are having a problem, please start a new post where we can discuss your particular issue.
by chulett
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

Support, I would imagine. Not sure how many ABAP users are regular posters here.
by chulett
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

So... in other words... you need to find the last day of the previous month?
by chulett
Tue Apr 12, 2016 11:57 am
Forum: General
Topic: Wait for file issues
Replies: 16
Views: 4946

Like I said, it's pretty straight-forward so I'm guessing that where you are looking for the file and where you are putting it may be two different places. I would make sure you have fully pathed the filename in the WFF stage, double-check that.
by chulett
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...
by chulett
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

Did you do an exact search here for "Parallel job reports failure (code 139)"? There are 40 posts (not counting yours) that mention it, hopefully something in there in useful.
by chulett
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 ...
by chulett
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

:wink:

It is a pet peeve of mine, pushing one of my (sadly) many buttons.
by chulett
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...
by chulett
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...
by chulett
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

I'm going to guess you have a metadata issue between the DB2 data and the flat file and they are being 'rejected' by the target stage. You might want to change the Reject Mode on it to something other than the default of 'Continue' and see if that helps shed some light.
by chulett
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. 8)
by chulett
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

:?: Is this really a Server job question? All you've posted in the past has been for Parallel, hence the question.
by chulett
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

Thanks for posting your resolution!
by chulett
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 ...