Search found 53125 matches
- Fri May 31, 2013 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Schema File only reading first column - no delim -
- Replies: 1
- Views: 1540
If there are no delimiters how do you know where one field ends and the next begins? You either have to specify a field width for each field, or specify string (Char) data type for each field, which implicitly defines the width. Put another way, without field width or delimiter you cannot have VarCh...
- Fri May 31, 2013 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Binary datatype issue
- Replies: 13
- Views: 3856
When displaying data type Raw (= binary) each byte is shown as a single character if that character is a printable character, or as a two digit hex number if the character is non-printable. The 00 characters in your data are ASCII NUL characters (Char(0)). Your 8.5 raw string shows Little-Endian rep...
- Fri May 31, 2013 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading serialized Blobs & Deserialize the blob
- Replies: 1
- Views: 1366
- Fri May 31, 2013 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to set Transaction Isolation level in Oracle Enterprise
- Replies: 3
- Views: 1978
- Fri May 31, 2013 4:18 pm
- Forum: General
- Topic: Deleting instance\jobs\Logs in Director automatically
- Replies: 15
- Views: 3456
- Fri May 31, 2013 4:17 pm
- Forum: General
- Topic: Deleting instance\jobs\Logs in Director automatically
- Replies: 15
- Views: 3456
- Fri May 31, 2013 4:15 pm
- Forum: IBM QualityStage
- Topic: Latest record to survive
- Replies: 10
- Views: 5822
- Fri May 31, 2013 1:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to set Transaction Isolation level in Oracle Enterprise
- Replies: 3
- Views: 1978
- Fri May 31, 2013 1:52 am
- Forum: General
- Topic: cpu utilization of job
- Replies: 0
- Views: 822
- Fri May 31, 2013 1:11 am
- Forum: General
- Topic: Datastage opportunity clarification
- Replies: 2
- Views: 947
DataStage Administrator (only) is not much called for. In a well set-up system it would take about 0.1 of a full time equivalent. Information Server Administrator is a rather more complex set of skills, and so will command higher salary if you're any good at it. The former really ceased to exist at ...
- Thu May 30, 2013 11:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Poor performance - Extracting Oracle Table
- Replies: 9
- Views: 4159
- Thu May 30, 2013 7:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to Perform Logic in Transformer
- Replies: 22
- Views: 6398
- Thu May 30, 2013 5:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ERROR WHILE QUERYING FROM DS TABLES IN UNIVERSE STAGE
- Replies: 5
- Views: 2294
- Thu May 30, 2013 12:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to Perform Logic in Transformer
- Replies: 22
- Views: 6398
- Thu May 30, 2013 12:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BC Dates
- Replies: 1
- Views: 2147
If you're prepared to use a BASIC Transformer stage or server job, date handling there can handle BC dates correctly out-of-the-box. I'm not aware of any environment variable that allows negative years to be handled in parallel jobs. Perhaps you could extract the date components (year, month, day) s...