Search found 42189 matches

by chulett
Fri Jul 06, 2012 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp to integer
Replies: 13
Views: 4542

True. My primary goal here was to correct the mis-use of the substring operator. As noted, they're not needed at all to accomplish the goal here, however if one is going to use them they need to be used correctly. :wink:
by chulett
Thu Jul 05, 2012 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza userdefined update query issue
Replies: 6
Views: 14314

I? Do you post under two different userids?
by chulett
Thu Jul 05, 2012 10:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write an XML file with multiple elements in the same node
Replies: 7
Views: 7516

Ray asked because you posted in the Parallel specific forum... off we go to Server land. :wink:
by chulett
Thu Jul 05, 2012 8:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp to integer
Replies: 13
Views: 4542

Therefore, the syntax is incorrect. :D
by chulett
Thu Jul 05, 2012 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error - The specified network name is no longer available
Replies: 6
Views: 2617

Re: Error - The specified network name is no longer availabl

sravan555g wrote:Is there anyway to configure the target or source stage to hold and retry after few minutes if it cannot connect and continue the job from that point after successful connection?
No, I'm afraid not.
by chulett
Thu Jul 05, 2012 3:20 pm
Forum:
Topic: istool glossary export command
Replies: 8
Views: 4828

Why don't we start with you showing us the syntax you are using?
by chulett
Thu Jul 05, 2012 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp to integer
Replies: 13
Views: 4542

Once more with feeling - you have (as one example) "in.column[6,7]" where you are telling it to substring from position 6 to position 7. That is not the correct syntax. You need to tell it to start in position 6 and substring out 2 characters: "in.column[6,2]" Once they are all c...
by chulett
Thu Jul 05, 2012 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp to integer
Replies: 13
Views: 4542

I already did tell you how to achieve it - correct your syntax.
by chulett
Thu Jul 05, 2012 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp to integer
Replies: 13
Views: 4542

The substring operators do not work from start position to end position as you've coded it but rather they use start position and length.
by chulett
Thu Jul 05, 2012 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values getting expanded
Replies: 8
Views: 3255

mac4rfree85 wrote:When we used decimal, decimal values are not getting inserted. Hence only we have used float.
I too would be curious what this means. :?
by chulett
Thu Jul 05, 2012 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bad NLS map name
Replies: 7
Views: 4245

OK, how about posting the complete unedited error message?
by chulett
Thu Jul 05, 2012 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Questions about Configuration File
Replies: 5
Views: 1553

Which part is still unclear?
by chulett
Thu Jul 05, 2012 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values getting expanded
Replies: 8
Views: 3255

Of course there is! :wink:

1. Get a Premium account so you can read Ray's reply in its entirety.
2. Stop using Float as a data type.
by chulett
Thu Jul 05, 2012 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creation of multiple XML files
Replies: 6
Views: 2620

Is that with or without a stage after the XML Output stage? If you want to pursue the validation issue, please start a new topic so it doesn't get mixed up with all this 'multiple files' talk and we'll see if we can figure it out. Still hoping Ernie might pop by and give us his thoughts on the origi...
by chulett
Thu Jul 05, 2012 5:49 am
Forum: General
Topic: Unable to login to Datastage
Replies: 2
Views: 1233

What did you install between the last time it worked and when it stopped? Anything? Many times things like this happen when one version of a dll gets replaced by an older/newer version, the newly installed software works fine but anything else dependant on the clobbered version... not so much.