Search found 42189 matches

by chulett
Fri Jul 13, 2012 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of Datasets
Replies: 2
Views: 1236

<breathlessly waiting for e>

:wink:
by chulett
Fri Jul 13, 2012 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML transformation help needed
Replies: 11
Views: 5229

Sorry, it's been years since I've had any dealings with XML so not sure what the change would need to be. However, you've posted some excellent supporting information so I'm sure someone who knows will come along and help you out.
by chulett
Fri Jul 13, 2012 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion factors inserted as double are read and converted
Replies: 4
Views: 1891

First thing I'd suggest is an exact search here for "scientific", the topic of inadvertent scientific notation has come up several times and I got 40 matches when I just did the same.
by chulett
Fri Jul 13, 2012 7:12 am
Forum: General
Topic: dsjob syntax error
Replies: 14
Views: 5669

What comes after -param is a "name value pair", so $runtime would have to look something like p_runtime=2012-07-15 to work correctly. Does it?
by chulett
Fri Jul 13, 2012 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XMl file not created
Replies: 2
Views: 1632

If by "output field" you mean the XPath Expressions that control the XML parsing, then yes - having them missing or incorrect could produce what you saw.
by chulett
Fri Jul 13, 2012 7:05 am
Forum: General
Topic: Decrypting issue with GPG
Replies: 4
Views: 2432

I'm assuming that the freeware being mentioned is GPG4Win. And you can certainly get support for it, it's just all of the peer-to-peer kind via their own forums.
by chulett
Thu Jul 12, 2012 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage error
Replies: 4
Views: 1372

How about starting by explaining to us what you have in properties of the stage?
by chulett
Thu Jul 12, 2012 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML transformation help needed
Replies: 11
Views: 5229

I meant the original one as I'm assuming it just needs to be 'tweaked'.
by chulett
Thu Jul 12, 2012 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pattern matching job
Replies: 6
Views: 2189

Your approach doesn't look applicable to me. It's not about pattern matching between two known values, they need to do a lookup using a substring match.
by chulett
Thu Jul 12, 2012 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on rounding a decimal to nearest integer multiple
Replies: 14
Views: 2830

ntr wrote:<removed your complete reposting of my last response and your idea>

WON'T IT WORK???
No need to post all of that again. :?

Heck if I know, it's nothing I can test right now and (to me) it looks overly complicated and not generic enough. [shrug] We'll see what pdntsap says.
by chulett
Thu Jul 12, 2012 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML transformation help needed
Replies: 11
Views: 5229

Show us your XPath Expressions for Supplies/SupplyType/Quantity.
by chulett
Thu Jul 12, 2012 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on rounding a decimal to nearest integer multiple
Replies: 14
Views: 2830

The problem occurs when my Integer rounding value (which was assumed to be 5 earlier) turns out to be a decimal value, say. 5.2 and I would need need to round to the closet multiple of this decimal value. Maybe everyone else understands this perfectly but for grins since we've left the integer worl...
by chulett
Thu Jul 12, 2012 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on rounding a decimal to nearest integer multiple
Replies: 14
Views: 2830

No, as long as there is no reply posted you could have deleted your post should you have so desired. Now however... it's too late. :wink:
by chulett
Wed Jul 11, 2012 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on rounding a decimal to nearest integer multiple
Replies: 14
Views: 2830

The problem occurs when my Integer rounding value (which was assumed to be 5 earlier) turns out to be a decimal value, say. 5.2 and I would need need to round to the closet multiple of this decimal value. Maybe everyone else understands this perfectly but for grins since we've left the integer worl...
by chulett
Wed Jul 11, 2012 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on rounding a decimal to nearest integer multiple
Replies: 14
Views: 2830

What have you tried so far, anything? Any approaches that didn't quite work out that we can help refine?

I've got too many issues of my own cooking to put too much thought into this right now, only thing that comes to mind is it seems like a modulus function might come in handy here.