Search found 15603 matches
- 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 ...
- 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
- 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
- Fri Jun 29, 2007 8:35 pm
- Forum: Site/Forum
- Topic: When will the Site be back to normal?
- Replies: 6
- Views: 4596
- 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...
- Fri Jun 29, 2007 7:57 pm
- Forum: General
- Topic: DataStage cmd equivalent to Oracle %Like%?
- Replies: 7
- Views: 3713
- 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...
- 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...
- 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
- 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('...
- 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 ...
- 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
- Thu Jun 28, 2007 10:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 date format
- Replies: 12
- Views: 3152
- Thu Jun 28, 2007 10:06 pm
- Forum: General
- Topic: Transformations or Business Rules
- Replies: 2
- Views: 1286
- 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...