Search found 42189 matches

by chulett
Mon Jun 20, 2011 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading .csv file
Replies: 7
Views: 1990

Integers don't have commas in them.
by chulett
Mon Jun 20, 2011 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To change the row value
Replies: 5
Views: 1835

Sorry but your example doesn't really seem to help. Can you explain in words how you got from the posted input to the posted output? :?
by chulett
Mon Jun 20, 2011 10:36 am
Forum: Site/Forum
Topic: Membership Renew and Promotion or coupon code
Replies: 2
Views: 3149

The Member Benefits link on the home page should get you there. Never seen any coupons or promotions other that a corporate discount.
by chulett
Mon Jun 20, 2011 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sparse lookup-join
Replies: 4
Views: 2562

D'oh! Where's a [facepalm] icon when you need one? :(

Note to self - need to stop assuming everyone has made it to some flavor of 8 by now.
by chulett
Mon Jun 20, 2011 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage job creating mainframe dataset
Replies: 5
Views: 5292

Then you'll need to find a way to move/copy the 'dataset' you are creating on the DS server over to the mainframe. Either that or, as I noted, some kind of NFS mount... if such a thing can be supported in your environment.
by chulett
Mon Jun 20, 2011 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg:Passing sql at the run time
Replies: 1
Views: 1687

You just... do it. Put the whole thing in a parameter then put the parameter in the stage. :?

What have you tried? What problems have you encountered? I for one would not take this path and would look into using a "sql file". For whatever that is worth.
by chulett
Mon Jun 20, 2011 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Attach large Files (20 MB) and above
Replies: 5
Views: 3008

There is a definite limit on email sizes, that's why file sharing sites exist. Something that size you'll need to upload or ftp, either that or break it up and send it in multiple (separate) pieces.
by chulett
Sun Jun 19, 2011 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Design ideas
Replies: 6
Views: 1494

If "hung for over 15 hours" means that's how long before it started to return rows, I'd wager that the answers to Ray's two questions are over 15 hours and no. :wink:
by chulett
Sun Jun 19, 2011 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data not inserted in target database
Replies: 10
Views: 2172

As noted, we advise you to post your conversion derivation for this field.
by chulett
Sun Jun 19, 2011 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: vertical pivot for variable number of rows and columns
Replies: 7
Views: 3591

Yup, the "looping" functionality in 8.5 will greatly simplify this problem... should have noticed that you had that version. :(
by chulett
Sun Jun 19, 2011 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage job creating mainframe dataset
Replies: 5
Views: 5292

No, any kind of file that gets created gets created 'locally' on the DataStage server. Can you do any kind of an 'nfs mount' between the two systems? Do you have the 390 Edition of DS? That version might be able to since it creates COBOL jobs rather than what we all think of as traditional 'DataStag...
by chulett
Sat Jun 18, 2011 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: vertical pivot for variable number of rows and columns
Replies: 7
Views: 3591

Actual number unknown perhaps but do you know the maximum possible number of columns? If so, you pivot that many and then filter out any 'empty' rows post-pivot.
by chulett
Sat Jun 18, 2011 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data not inserted in target database
Replies: 10
Views: 2172

Pffffttt... must have imagined them. :?
by chulett
Sat Jun 18, 2011 7:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data not inserted in target database
Replies: 10
Views: 2172

On the Informatica side of the world one has to strip both the currency symbol and any commas, wasn't sure if that was the case here or not... couldn't recall.
by chulett
Sat Jun 18, 2011 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data not inserted in target database
Replies: 10
Views: 2172

So how did you convert that character dollar amount to a decimal?