Search found 15603 matches
- Wed Jan 24, 2007 7:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: PROTOTYPEParam
- Replies: 7
- Views: 1486
- Wed Jan 24, 2007 6:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: PROTOTYPEParam
- Replies: 7
- Views: 1486
- Wed Jan 24, 2007 5:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job has finished, status = 96 (Crashed)
- Replies: 9
- Views: 4506
I just took a quick look at the object code and the backslash is indeed used as a field delimiter in a couple of places, so it is probably not too far off to assume that this character cannot (currently) be used within the user status. The question is whether IBM will change to code to allow the bac...
- Wed Jan 24, 2007 5:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Bulk Load
- Replies: 6
- Views: 2186
- Wed Jan 24, 2007 4:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error writing in to hash file
- Replies: 2
- Views: 980
I wasn't sure about the problem until I used the Forum's useful SEARCH capability and came up with this thread.
- Wed Jan 24, 2007 4:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job has finished, status = 96 (Crashed)
- Replies: 9
- Views: 4506
PeterPol - good job on locating the rather obscure cause. In some of the DS code the backslash is used as a string delimiter to store and parse out multiple types of values from one string. This is probably what is happening in your case with the userstatus. I would create a minimal job that reprodu...
- Tue Jan 23, 2007 1:05 pm
- Forum: General
- Topic: CR/LF for the new generation
- Replies: 45
- Views: 19163
- Tue Jan 23, 2007 12:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get rid of mesg -Violation of PRIMARY KEY constraint
- Replies: 13
- Views: 7394
- Tue Jan 23, 2007 12:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: varchar to NUMBER conversion problem
- Replies: 3
- Views: 788
- Tue Jan 23, 2007 12:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to compile Sequence job variable 'Trim' not defined
- Replies: 13
- Views: 1715
- Tue Jan 23, 2007 12:47 pm
- Forum: General
- Topic: CR/LF for the new generation
- Replies: 45
- Views: 19163
I remember reading about the advanced technology in Dick Tracy's watch and was sure that one day it would become a common accessory and I would own one. That certainly leapfrogged past a mere timepiece! What I really think might be a near-future technology is a holographic keyboard. I really want on...
- Tue Jan 23, 2007 11:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: One DataStage Server is going to die
- Replies: 18
- Views: 6779
Fernando, the settings are tunables for when you have the DataStage disk cacheing enabled. By setting the DISKCACHE value your system is now enabled for public hashed file cacheing. This does not necessarily mean that you are using the functionality, as a number of conditions and job settings need t...
- Tue Jan 23, 2007 11:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to compile Sequence job variable 'Trim' not defined
- Replies: 13
- Views: 1715
- Tue Jan 23, 2007 11:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job has finished, status = 96 (Crashed)
- Replies: 9
- Views: 4506
- Tue Jan 23, 2007 10:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Copying the dataset file into excel sheet
- Replies: 1
- Views: 1045
I would duplicate the link to the dataset in the job to also write to a comma separated sequential file, name it with a ".csv" extension and open it from Excel. Another option is to use the UNIX "orchadmin dump" option as documented and output the contents of the dataset to a sequential file and the...