Search found 53125 matches
- Fri Mar 02, 2007 7:11 pm
- Forum: General
- Topic: DataStage and the DST change
- Replies: 11
- Views: 9575
- Fri Mar 02, 2007 4:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel padding nulls for empty space !!
- Replies: 11
- Views: 2272
- Fri Mar 02, 2007 4:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error reading sequential file
- Replies: 5
- Views: 1374
- Fri Mar 02, 2007 4:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Identifying alphabets in a numeric field
- Replies: 5
- Views: 2463
- Fri Mar 02, 2007 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Omit Username and Password in DSJob -run command
- Replies: 5
- Views: 2747
- Fri Mar 02, 2007 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Identifying alphabets in a numeric field
- Replies: 5
- Views: 2463
- Fri Mar 02, 2007 3:44 pm
- Forum: General
- Topic: Connecting to DB2 on AS400 from DataStage
- Replies: 5
- Views: 6151
- Fri Mar 02, 2007 3:43 pm
- Forum: General
- Topic: diff between enterprise and server edition
- Replies: 2
- Views: 1430
- Fri Mar 02, 2007 3:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: diff between server and enterprise edition
- Replies: 5
- Views: 1918
- Fri Mar 02, 2007 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: capturing Job's Version Number for audit meta-data
- Replies: 9
- Views: 2521
- Fri Mar 02, 2007 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compilation Error RT_CONFIG89
- Replies: 9
- Views: 2307
Re: Compilation Error RT_CONFIG89
DSguru2B wrote:I am getting this error for compilation RT_CONFIG89. Cannot figure out the reason to this.
There is NO WAY that
Code: Select all
RT_CONFIG89 - Fri Mar 02, 2007 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compilation Error RT_CONFIG89
- Replies: 9
- Views: 2307
- Fri Mar 02, 2007 3:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom Error in job
- Replies: 14
- Views: 7106
The job design in the first post on this thread had you writing to a hashed file. Was that problem solved? If so, please close this thread as Resolved, and open a new thread for a new problem. We will not enter into wandering discourses about various, changing problems. It makes life too difficult f...
- Fri Mar 02, 2007 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting data from a File in the Mainframe system
- Replies: 8
- Views: 2506
You're working for someone who expects you to process mainframe volumes on a Windows server?!! Have they purchased the mainframe edition of DataStage, so at least you have have DataStage generate code that can run on the mainframe? (Didn't think so.) There is no mechanism whatsoever that means serve...
- Fri Mar 02, 2007 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs getting stuck
- Replies: 18
- Views: 4371
Page faults are indicative of insufficient memory. When a memory page is required for processing but memory is full, one or more of the least recently used pages are moved out to disk ("paged") to make room. This operation is called a "page fault". In an ideal world, there would be no page faults. I...