Search found 53125 matches

by ray.wurlod
Thu Apr 07, 2011 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS stage:Inserted value too large for column ,row rejected
Replies: 4
Views: 3337

This is why it's so important to post the exact error/warning message, rather than "something like". Without the exact error message we're only guessing at best.
by ray.wurlod
Thu Apr 07, 2011 3:12 pm
Forum: General
Topic: Datastage 7.5.1A Migration From Solaris to AIX
Replies: 39
Views: 16310

Kernel settings on AIX are different from those on Solaris. Check the installation manual for details.
by ray.wurlod
Thu Apr 07, 2011 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which Partition techniques for which stage
Replies: 5
Views: 3833

kstechno wrote:And I m not premium member of this website. So that I cant read your message reply.
This link might help.
by ray.wurlod
Thu Apr 07, 2011 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert string to 1st letter capitalized
Replies: 8
Views: 3010

srinivas.g wrote:upcase(columname[1,1]):column[2,length(columnname)]
... yields "Sam smith-jones"

NOT what is required.
by ray.wurlod
Thu Apr 07, 2011 1:50 am
Forum: General
Topic: passing i/p argument to DSExecute in Before Job Routine
Replies: 4
Views: 1971

Code: Select all

UnxCmd="opt/BIM/SCRIPT/TUS_count.sh /opt/BI"
by ray.wurlod
Thu Apr 07, 2011 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can any one tell example for datastage functions
Replies: 7
Views: 7284

Vertical pivot. Search DSXchange for examples.
by ray.wurlod
Thu Apr 07, 2011 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert string to 1st letter capitalized
Replies: 8
Views: 3010

It's clever enough for that and O'Brien as well.
by ray.wurlod
Thu Apr 07, 2011 12:09 am
Forum: General
Topic: Search for a word in a file
Replies: 4
Views: 1545

Yes, the Index() function.

Code: Select all

Counter = 0
Value = DSGetParamInfo(hJob, "jpSearchString", DSJ.PARAMVALUE)
Loop
While ReadSeq Record From fOpened
   Counter += (Index(Record, Value, 1) > 0)
Repeat
Ans = Counter
by ray.wurlod
Wed Apr 06, 2011 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get 'change value' column values of both before and after ds
Replies: 3
Views: 1335

Not without using a different stage type.
by ray.wurlod
Wed Apr 06, 2011 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert string to 1st letter capitalized
Replies: 8
Views: 3010

You'd have to write your own function, or use the "MCT" conversion in a BASIC Transformer stage. There's nothing out of the box.
by ray.wurlod
Wed Apr 06, 2011 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server 2008
Replies: 3
Views: 1618

Shouldn't think so. Are you using ODBC or the SQL Server Enterprise stage?
by ray.wurlod
Wed Apr 06, 2011 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting db2 function
Replies: 5
Views: 3335

There is no year number 0. Would you care to re-state the definition of Julian date?

Mod() and Pwr() are available. What do Record() and Over() do? Did you mean to nest these two?
by ray.wurlod
Wed Apr 06, 2011 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which Partition techniques for which stage
Replies: 5
Views: 3833

"The correct one" is the one to choose. Your poll is meaningless. It's not about stage type, it's about data type of the key for which adjacency needs to be established (Modulus is only for use when the key is an integer of some kind, Hash is the other key-based algorithm to be used for al...
by ray.wurlod
Wed Apr 06, 2011 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trying to understand the warning message...
Replies: 4
Views: 1701

If you read my whole message you will find that I do know.
:roll: