Search found 15603 matches

by ArndW
Sat Jun 30, 2007 9:52 pm
Forum: General
Topic: Clear Communication
Replies: 0
Views: 912

Ray, y r u so on sms speak? IMHO, if some1 has a q, y not let em ask w/out saying WTF? I've come to the point where I tend to skip over sms-style posts and if the word 'u' is used I will completely ignore the entry. The IT world is so full of acronyms, abbreviations and made up technical terms that ...
by ArndW
Fri Jun 29, 2007 8:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Field Delimeter
Replies: 5
Views: 1595

Use "\x37"
by ArndW
Fri Jun 29, 2007 8:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rounding in PX
Replies: 1
Views: 831

you can use any of the conversion functions that have an rtype attribute and choose the rounding method of nearest in order to do that for you.
by ArndW
Fri Jun 29, 2007 8:35 pm
Forum: Site/Forum
Topic: When will the Site be back to normal?
Replies: 6
Views: 4596

Me too, but the new logo is cool 8)
by ArndW
Fri Jun 29, 2007 8:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Spaces inbetween data getting trimmed off
Replies: 9
Views: 2440

...I did the preprocessing outside Datastage in UNIX and no luck... Does that mean that the extra spaces didn't get trimmed out in the preprocessing? If you add another output to a stage right before the DB2 write and output your FIELD3 value does it still have duplicate spaces? What stage and meth...
by ArndW
Fri Jun 29, 2007 7:57 pm
Forum: General
Topic: DataStage cmd equivalent to Oracle %Like%?
Replies: 7
Views: 3713

The SOUNDEX() function might catch some additional variants of this as well.
by ArndW
Thu Jun 28, 2007 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Variables..Curious on how it will affect performance
Replies: 3
Views: 845

If you define a stage variable and then use that variable in only one derivation you will have a bit more overhead than by doing the computation directly in the derivation. If you use the stage variable result more than once (be it a derivation or a constraint or another stage variable) then is more...
by ArndW
Thu Jun 28, 2007 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substring in Transfomer Stage
Replies: 7
Views: 1372

You are doing 2 actions - the first is the FIELD() function and the next is the insert into the database. We need to eliminate one or the other. Have you done your FIELD() function into a string variable and then outputted that value to a PEEK stage or sequential file to confirm what the extracted s...
by ArndW
Thu Jun 28, 2007 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Manager
Replies: 6
Views: 986

Ray,

could you help me with a DS problem? I have a program that will not compile. It has several stages and parameters and I also added comments. Why is this happening? Should I change my uvconfig file or reinstall the server?
by ArndW
Thu Jun 28, 2007 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substring in Transfomer Stage
Replies: 7
Views: 1372

Sounds like the to_number() is being called correctly. Can you add an output column to a peek stage that contains the string value that you are extracting to make sure that it is actually getting "700.123" in the string. Also, could you manually insert a row using your favorite tool with to_number('...
by ArndW
Thu Jun 28, 2007 10:22 pm
Forum: General
Topic: Migration from oracle to teradata
Replies: 7
Views: 3534

I guess that keeps the {initial} migration costs down So all you need to do is go into the Designer for each job, drop Teradata stages onto the canvas and move the link over from the original Oracle stages. Fill in a couple of parameters and Bob's your uncle. Why hire specialists for that, just get ...
by ArndW
Thu Jun 28, 2007 10:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substring in Transfomer Stage
Replies: 7
Views: 1372

What mask did you use in the to_number function and what is the SQL datatype in the database?
by ArndW
Thu Jun 28, 2007 10:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 date format
Replies: 12
Views: 3152

Craig - I guess I really can't count. Silly me.

Naren6876 - Please ignore my earlier post and follow Master Craig's suggestion.
by ArndW
Thu Jun 28, 2007 10:06 pm
Forum: General
Topic: Transformations or Business Rules
Replies: 2
Views: 1286

Business rules are usually written in natural English language while transform logic is written in a programming language.

Going from one of these to the other can only be done by a human.
by ArndW
Thu Jun 28, 2007 10:03 pm
Forum: General
Topic: Migration from oracle to teradata
Replies: 7
Views: 3534

Such a migration project will, of necessity, involve a lot of thought about reorganizing the tables in order to take advantage of differences in architecture. Since those changes will also affect the ETL layer the real answer is that a migration from Oracle to Teradata will never be a simple one; an...