Search found 42189 matches

by chulett
Wed Oct 31, 2012 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector stage
Replies: 11
Views: 4255

You can't do it there. I would suggest a Transformer with a stage variable that has that as the Initial Value and then leave the derivation empty. That basically makes it a 'static' value over the course of the run and you can then assign it to the column in question.
by chulett
Wed Oct 31, 2012 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml missing elements
Replies: 2
Views: 1745

It would help to post the actual failure.
by chulett
Wed Oct 31, 2012 8:49 am
Forum: General
Topic: How to change the date format in the job control
Replies: 10
Views: 2328

It would be helpful if you told us what you tried with regards to formatting this and what issues you had. And I would imagine OConv() could handle this but I'm not anywhere that I could look up the syntax...
by chulett
Wed Oct 31, 2012 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between 'Oracle OCI' and 'Oracle Connector'
Replies: 7
Views: 6269

Connectors are the way of the future and all of the 'legacy' stages have been deprecated.
by chulett
Wed Oct 31, 2012 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove unwanted character from file using any stage
Replies: 6
Views: 3167

At the end of each line or buried within data fields? For the former, read it as a DOS file.
by chulett
Wed Oct 31, 2012 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector stage
Replies: 11
Views: 4255

Exactly. "Before SQL" means before any row data has been processed and "After SQL" means after all of the row data has been processed.
by chulett
Wed Oct 31, 2012 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know the basics of working with Loops in Transformer
Replies: 6
Views: 3193

Re: Need to know the basics of working with Loops in Transfo

None of previous posts related to these topics have laid down the step-by-step flow of how to work with loops. However, the examples in the manual you linked to are surprising complete and well explained, much better than the so called 'examples' I grew up with. :wink: Have you tried building the j...
by chulett
Wed Oct 31, 2012 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know the basics of working with Loops in Transformer
Replies: 6
Views: 3193

The 'any other means' you are looking for would be to purchase a Premium Membership which goes towards maintaining and supporting this site and which would allow you to see the full content of any premium posts on the site - not just from Ray but he is the Big Kahuna of our little island. It won't h...
by chulett
Wed Oct 31, 2012 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difficulty in passing parameters to stored procedure
Replies: 5
Views: 1986

Do you understand the 'why' of that and what the difference between the types are?
by chulett
Tue Oct 30, 2012 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Next row value and cumulative value for all i/p recs
Replies: 4
Views: 5516

Sorry but that's not the way it works around here and if anyone does I'll just delete it. How about this? Tell us what you've tried so far and what issues you've faced. Failing that, ideas you've had on how to approach this. That rather than simply coming here and pasting in nothing more than the re...
by chulett
Tue Oct 30, 2012 4:08 pm
Forum: General
Topic: Refresh Development Environment from Production
Replies: 5
Views: 1185

Sorry, forgot to ask - does your state file 'stand alone' or does it support a sequence object in your target database? My understanding is that changes what is stored there and you may very well need to load all values into a stand-alone state file. I'm not certain off the top of my head, been away...
by chulett
Tue Oct 30, 2012 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SFTP Without Delimiters
Replies: 2
Views: 1133

Treat it as one long variable length string rather than individual fields.
by chulett
Tue Oct 30, 2012 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get records with MAXIMUM value in a timestamp column
Replies: 8
Views: 3654

No worries, I see you've found it now. :wink:
by chulett
Tue Oct 30, 2012 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating records based on column value
Replies: 7
Views: 1890

Re: Generating records based on column value

bgs_vb wrote:id,name,address,col1
1,abc,xyz,10
1,abc,xyz,10
1,abc,xyz,10
1,abc,xyz,10
1,abc,xyz,10
2,cde,yz,2
2,cde,yz,2
So... you need to turn the '5' in the original record to a '10' for that first id? :?
by chulett
Tue Oct 30, 2012 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing a string with another string
Replies: 13
Views: 13571

ray.wurlod wrote:Use the pxEreplace() function (which you can find on DSXchange)