Search found 42189 matches

by chulett
Fri Jul 01, 2011 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator questions
Replies: 41
Views: 8392

I sincerely doubt you need to quote anything. And you really shouldn't be typing this in by hand but rather using the "External Parameter Helper" you can find under the "..." button so you can pick them from the list of valid values. Feel free to edit them afterwards (a little) b...
by chulett
Fri Jul 01, 2011 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of Time from EST to GMT.
Replies: 12
Views: 7416

Use that function in a routine.
by chulett
Fri Jul 01, 2011 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can i extract only numeric character?
Replies: 2
Views: 1302

Off the top of my head:

Code: Select all

Convert(Convert("0123456789","",YourString),"",YourString)
by chulett
Fri Jul 01, 2011 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation Failed-Increasing Heap Size Doesn't Help
Replies: 9
Views: 12922

prasanna_anbu wrote:Have you resloved this issue? If so please help me on this.
:!: Rather than jump on the end of an old thread, why not start your own post on the subject? Give us the details of your problem.
by chulett
Fri Jul 01, 2011 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator questions
Replies: 41
Views: 8392

Did you search for "ParamValue/Limitvalue is not appropriate"? That would tell you that (for whatever reason) the string still had a Field Mark in it. I'll also note that the angle bracket notation certainly is supported in any release, it might just be the "where" of it that has...
by chulett
Thu Jun 30, 2011 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator questions
Replies: 41
Views: 8392

That probably came from me, I believe I failed to translate ExecSH properly to DSExecute when we entered the Routine Realm.
by chulett
Thu Jun 30, 2011 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Stage Warning.
Replies: 24
Views: 11796

Search. I found 53 matches when I did an exact search for "does not fulfill the sort requirements of the downstream operator".
by chulett
Thu Jun 30, 2011 2:20 pm
Forum: General
Topic: Supported Database Stages for DS 8.5 on Linux
Replies: 5
Views: 1596

I'll have to defer to someone else on that as I don't know for certain and have no ability to check. I would certainly think you should have a PX version of it...
by chulett
Thu Jun 30, 2011 12:54 pm
Forum: General
Topic: Supported Database Stages for DS 8.5 on Linux
Replies: 5
Views: 1596

All stages are supported on all operating systems. The only exception that I'm aware of would be Windows specific ones (say, SQL Server) on a UNIX release.
by chulett
Thu Jun 30, 2011 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DataStage connect to a J2EE Engine?
Replies: 9
Views: 2887

From what little I've read, a "J2EE Engine" supports ODBC access. You may end up needing to purchase the drivers needed but I would think you could go that route.
by chulett
Thu Jun 30, 2011 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator questions
Replies: 41
Views: 8392

I have tried rtn.<$ReturnValue> .But it gives "Expected Expression". I'm curious why in the world you would have tried that? All I meant was for you to replace one set of brackets for another, not completely change the expression. :? What happens when you try rtn.$Returnvalue<1> there? Ma...
by chulett
Thu Jun 30, 2011 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in reading source file and loading data into DB
Replies: 3
Views: 1436

What have you tried? Do you have the spreadsheet on the DataStage server in a delimited format like csv or is it still an xls file?
by chulett
Thu Jun 30, 2011 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace a single character by multiple characters
Replies: 1
Views: 2744

DSGuru2B posted a PX version of the Server Replace() function which should do what you need here. An exact search for PXReplace should turn it up.
by chulett
Thu Jun 30, 2011 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage surrogate key generation
Replies: 5
Views: 14429

From what I recall, it also spells out that the Sequence must be created by a DataStage job rather than manually. Yes?
by chulett
Thu Jun 30, 2011 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Help
Replies: 5
Views: 1829

:!: I'm firmly in agreement with James on this. I'm tired of and not going to be guessing at the answer to "questions" where all that is posted in an alleged example of the input and the desired output. :? Lay our your requirements, people! Spell it out in words. Tell us what you've tried ...