Search found 6797 matches
- Thu May 03, 2007 8:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing to the same file in the same job
- Replies: 13
- Views: 3697
Multiple writes to the same file is not allowed by the OS. You will get misaligned data. If this were a server job and you had two links going in then, theoratically, there will be roundrobin process of sending records and in both the sequential file stages the option should be append. I guess you c...
- Thu May 03, 2007 7:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Call Jobs on Condition based in the Sequence
- Replies: 15
- Views: 5784
- Thu May 03, 2007 7:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic Delimiter
- Replies: 3
- Views: 1194
- Thu May 03, 2007 7:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job locked
- Replies: 18
- Views: 6670
- Thu May 03, 2007 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing non-alphanumeric characters using Convert function
- Replies: 9
- Views: 8635
- Thu May 03, 2007 6:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SIGSEGV Error:Fail to load timestamp fields
- Replies: 12
- Views: 108846
Itsi bitsi change in Nick's timestamp format. Nick, if i may
Code: Select all
NullToValue(input.date, StringToTimestamp('9999-12-31 00:00:00', '%yyyy-%mm-%dd %hh:%nn:%ss'))
- Wed May 02, 2007 5:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Server routine in Parallel Job
- Replies: 10
- Views: 3768
2B, I wouldn't even say it's a workaround, it's just using EE as it should be used. Just being polite I guess. If the OP really feels the dire need to use a hashed file then no problem in using a server job to do it. Its just that, in order to achieve the degree of parallism EE provides, needs to b...
- Wed May 02, 2007 4:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Server routine in Parallel Job
- Replies: 10
- Views: 3768
- Wed May 02, 2007 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC for Accessing Flat Files
- Replies: 10
- Views: 1548
- Wed May 02, 2007 2:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: idea on implementing process flow (higher level question)
- Replies: 7
- Views: 1464
If one of the 10 jobs fail, the enterprise scheduler wont go to the 11th step as the 11th job will be dependent upon the successful completion of all 10. Say 9 complete successfully and the 10th one fails. You take two days to fix it and restart from point of failure, the enterprise scheduler whatev...
- Wed May 02, 2007 2:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Server routine in Parallel Job
- Replies: 10
- Views: 3768
- Wed May 02, 2007 2:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filter option in Seq File
- Replies: 2
- Views: 717
- Wed May 02, 2007 1:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Marking a Flag as "Y"
- Replies: 5
- Views: 780
- Wed May 02, 2007 1:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wait for File Activity
- Replies: 4
- Views: 1023
- Wed May 02, 2007 1:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wait for File Activity
- Replies: 4
- Views: 1023