Search found 42189 matches

by chulett
Sun Feb 27, 2011 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MKS ToolKit Installation Failed
Replies: 4
Views: 4795

That would be your classic "unsupported Operating System" error. And 1603 just means "Fatal error during installation".
by chulett
Sat Feb 26, 2011 4:11 pm
Forum: General
Topic: I WANT TO SEND SYSDATE AS PARAMETER,SO WHAT COMMAND I SHOULD
Replies: 3
Views: 7534

... and here we are off in our new home, with both errant posts and their accompanying admonishments combined. Since we're talking parameters and probably Sequence jobs and / or command line stuffs, seemed like here would be as good a place as any. smahendra_s - please go back and edit your post her...
by chulett
Fri Feb 25, 2011 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make a record for each comma separated field
Replies: 25
Views: 7645

You are missing the point specific to this discussion - there is only one field. People initially made the assumption it was something like you posted, but alas 'twas much simpler and hence my question.

Nice Hitchhiker's reference, btw. :wink:
by chulett
Fri Feb 25, 2011 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make a record for each comma separated field
Replies: 25
Views: 7645

We have just one record with one field. However the one field will contain comma delimited values. OK... this has been bugging me. What is the difference between a file where each record contains "one field" and that field contains comma delimited data and a plain old regular comma delimi...
by chulett
Fri Feb 25, 2011 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EXTRACT Numbers only
Replies: 8
Views: 3541

That's true, forgot about the dreaded "Double Convert". :wink:
by chulett
Fri Feb 25, 2011 12:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert to decimal
Replies: 3
Views: 1266

If your target datatype is decimal you'll get all of those zeros. If you don't want them, you'll need to convert it back to a string using the appropriate mask for your desired target format.
by chulett
Fri Feb 25, 2011 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert to decimal
Replies: 3
Views: 1266

Divide by 100.
by chulett
Fri Feb 25, 2011 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DataSets handle Simultaneous appends?
Replies: 2
Views: 966

Re: Can DataSets handle Simultaneous appends?

mczern wrote:Is a dataset able to handle multiple simultaneous writes?
Nope. Multiple readers, yes. Multiple writers, no. It is still, after all, sequential media.
by chulett
Fri Feb 25, 2011 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Month from Date YYYY-MM-DD
Replies: 4
Views: 1747

OK, so here we are in the correct forum now. You should be able to use OConv for this, just the "MM" mask should get you what you want.
by chulett
Fri Feb 25, 2011 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make a record for each comma separated field
Replies: 25
Views: 7645

You could also continue down James' original path as long as you know what the max occurance would be. You then always generate that max number of fields, pivot out to the maximum number of records and then filter out an unneeded / null records post pivot.
by chulett
Fri Feb 25, 2011 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Month from Date YYYY-MM-DD
Replies: 4
Views: 1747

This date... is it an actual Date datatype or is it a string? For the former, there are functions to get that, for the latter you can use substring.

Also, you marked the job as Server yet posted in the PX forum, which job type is it? That will change the answer as to the function needed.
by chulett
Fri Feb 25, 2011 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make a record for each comma separated field
Replies: 25
Views: 7645

If you had said "comma delimited field" rather than "comma delimited record" right up front, I would have expanded a bit more on my answer. :wink:
by chulett
Fri Feb 25, 2011 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EXTRACT Numbers only
Replies: 8
Views: 3541

Which isn't quite what the OP was asking for but which would probably have the same end result in this situation. You could also build another very similar function that checks each character for a numeric digit and only passes that out as the result, that would match what the Server DIGITS transfor...
by chulett
Fri Feb 25, 2011 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create empty XML file?
Replies: 3
Views: 1868

NOTE: Split from this older post: viewtopic.php?t=117804

Thripura, please go back and edit your post if I guessed wrong on your particulars - version, O/S, etc.