Search found 15603 matches
- Wed Mar 08, 2006 4:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: trim and extract specific data
- Replies: 28
- Views: 5815
The trim() function removes just one character, not a series of characters. You should use the ereplace function to do this, i.e. EREPLACE('This is a long string','long','very long') . In your case are you sure that "nt" is the only text that can show up? Perhaps you should approach the cleansing wi...
- Wed Mar 08, 2006 3:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatination of Date and Time
- Replies: 4
- Views: 1153
You are using DataStage PX, so you will need to maintain correct data types in all stages. If your incoming Date and Time columns are strings you can concatenate them together, but then you need to call a datatype conversion routine to convert them to the target datatype. Note that date and timestam...
- Wed Mar 08, 2006 1:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Choice between Server or Parallel Job
- Replies: 2
- Views: 1229
In addition to pure volume and performance you could ask yourself: 1. Is there complex transform work to be done, particularly with strings 2. Is there a project-level or system-level restriction on server or px jobs? 3. Is there going to be a skill-set for maintaining the type of job you write in t...
- Wed Mar 08, 2006 1:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ParmeterFile
- Replies: 4
- Views: 1652
Vijay, first off, take this code into your manager and FORMAT it; in it's present state it is very difficult to read. I am assuming that you did not write this routine but got it from somewhere. After formatting you really need to debug this yourself instead of getting some answer from this forum. I...
- Wed Mar 08, 2006 1:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error:Datetime field overflow
- Replies: 3
- Views: 1353
Kris, both errors are caused by data and should be version independant. The first error should be tracked using a reject link to catch the bad data in the datetime field. The second error is clear, your 2nd column in k_exp_CUST_DMT_DIM is declared as "not nullable" in the database yet you are trying...
- Wed Mar 08, 2006 1:36 am
- Forum: Site/Forum
- Topic: Suggestion abt the certification
- Replies: 37
- Views: 26045
Just look at the sample and additional information on these pages to get information about the examination. I think that is all the material there is to date.
- Tue Mar 07, 2006 4:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding nodes and cpu
- Replies: 2
- Views: 700
- Tue Mar 07, 2006 4:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RTF file
- Replies: 7
- Views: 1695
There is no built-in RTF file processor.The RTF 1.5 specs are here and you might be able to write some code that will parse such a file, but the easiest way is to use some program (i.e. Word for Windows) to read the file, then write a text file which can be read easily.
- Tue Mar 07, 2006 4:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compilation error "string too large"
- Replies: 13
- Views: 3455
- Tue Mar 07, 2006 4:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compilation error "string too large"
- Replies: 13
- Views: 3455
- Tue Mar 07, 2006 2:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How To Insert No.of Processed rows into Monitor Table
- Replies: 6
- Views: 1183
- Tue Mar 07, 2006 2:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compilation error "string too large"
- Replies: 13
- Views: 3455
- Tue Mar 07, 2006 2:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Upgrade DS 7.5.1A - Error DS_AUDIT can not be written
- Replies: 1
- Views: 624
- Tue Mar 07, 2006 2:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML file , need varying number of outputs files
- Replies: 5
- Views: 873
- Tue Mar 07, 2006 2:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How To Insert No.of Processed rows into Monitor Table
- Replies: 6
- Views: 1183