Search found 53125 matches
- Mon Dec 18, 2006 9:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding rowsplitter
- Replies: 3
- Views: 730
- Mon Dec 18, 2006 8:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding sequencer
- Replies: 4
- Views: 929
- Mon Dec 18, 2006 8:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Decide what job to run depending on a string in file
- Replies: 3
- Views: 1015
- Mon Dec 18, 2006 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job status 'Running' forever.
- Replies: 10
- Views: 3937
Search would have answered that question. In short, the status that Director reports is from the RT_STATUSnnn table associated with the job. If there is a network problem or the job has aborted, the job may not get the chance to update its status table. That's the main reason the "Clear status file...
- Mon Dec 18, 2006 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 Datetime to Date
- Replies: 9
- Views: 3773
That's because the DB2 stage (idiosyncratically) wants an internal format date. You achieve this with an Iconv() function.
Code: Select all
Iconv(Field(InLink.TheTimestamp, " ", 1, 1), "DYMD")- Mon Dec 18, 2006 3:32 pm
- Forum: IBM QualityStage
- Topic: Match.rpt
- Replies: 4
- Views: 1586
- Mon Dec 18, 2006 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error in parallel job with source as DB2 database
- Replies: 9
- Views: 2932
- Mon Dec 18, 2006 3:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: special characters
- Replies: 3
- Views: 1366
NLS means National Language Support; it must be selected when DataStage server (engine) is installed. It gives you the ability to map from and to different character sets using a "character map" (or "code page"), and to represent dates/times, currency, numeric data, etc., according to local conventi...
- Mon Dec 18, 2006 3:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion from source type "string[5]" t
- Replies: 3
- Views: 2880
- Mon Dec 18, 2006 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Linux 8 way maxs all procs - box to become unresponsive
- Replies: 4
- Views: 1099
How closely have you verified that "the only thing changed is the hardware"? Please monitor both systems, running the same jobs, to determine what DataStage processes are running and what resources these are consuming. Also report all other processes, particularly any associated with database server...
- Mon Dec 18, 2006 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cleaning the Scratch space
- Replies: 9
- Views: 9354
1. Request additional file systems (NOT additional directories in the same file system) from your "higher authorities". Ideally, use a separate file system for each processing node, to maximize I/O throughput. Then, on an SMP environment, institute a configuration that "gives all nodes all the disk"...
- Mon Dec 18, 2006 3:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding sort stage
- Replies: 7
- Views: 2345
- Mon Dec 18, 2006 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 Datetime to Date
- Replies: 9
- Views: 3773
There are Transforms for extracting the date portion of a Timestamp, or you can use or etc.
Code: Select all
Field(InLink.TheTimestamp, " ", 1, 1)Code: Select all
Left(InLink.TheTimestamp, 10)- Mon Dec 18, 2006 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding sort stage
- Replies: 7
- Views: 2345
- Mon Dec 18, 2006 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage daylight time saving
- Replies: 6
- Views: 3582