Search found 53125 matches
- Tue Jul 28, 2009 11:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Update sql performance slow
- Replies: 11
- Views: 3271
I don't care what database it is, updates are always relatively slower. Pretend you are the database server and think through the amount of work that has to be done to perform an update compared to the amount of work it takes to do an insert. With and without indexing on the key column(s). This is n...
- Tue Jul 28, 2009 11:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS_AUDIT
- Replies: 7
- Views: 3394
- Tue Jul 28, 2009 11:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration File
- Replies: 3
- Views: 1149
- Tue Jul 28, 2009 11:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine Error
- Replies: 11
- Views: 3261
Re: Routine Error
You can't use OpenSeq to open / because / is a directory not a file.ERROR
Full parameter filename = /
(fatal error from A): Error opening parameters file, '/', status = 2
- Tue Jul 28, 2009 7:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Visual studio 2005
- Replies: 4
- Views: 1722
- Tue Jul 28, 2009 7:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS_AUDIT
- Replies: 7
- Views: 3394
DTM is a VarChar(19). That's why you can not compare it to CURRENT_DATE, which is a Date. DataStage/SQL does not have a Timestamp data type. You could CAST the leftmost ten characters as DATE or CAST CURRENT_DATE as VARCHARto effect the comparison. CAST(SUBSTRING(DTM FROM 1 FOR 10) AS DATE) = CURREN...
- Tue Jul 28, 2009 7:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row count not matching between DS and toad
- Replies: 3
- Views: 1145
- Tue Jul 28, 2009 6:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Suppress Page Breaks from the UV Query Result
- Replies: 2
- Views: 801
- Tue Jul 28, 2009 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob has status=0 even though job aborts
- Replies: 17
- Views: 8917
- Tue Jul 28, 2009 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get the list of Datastage users
- Replies: 20
- Views: 10821
- Tue Jul 28, 2009 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need Logic for transformation
- Replies: 2
- Views: 1445
- Tue Jul 28, 2009 4:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage functions to find out which stage raised error
- Replies: 5
- Views: 3182
The Exception Handler has three activity variables that may help at the sequence level. Otherwise, create a routine that reads the job log. Any operator that raises an error will name itself in the logged event. Be aware, however, that operator combination will lead to the operator being reported in...
- Tue Jul 28, 2009 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: remove duplicates
- Replies: 13
- Views: 2959
- Tue Jul 28, 2009 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Control or Job Sequence for Parallel Development
- Replies: 8
- Views: 1865
- Tue Jul 28, 2009 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loading from failure record
- Replies: 2
- Views: 895
Re: Loading from failure record
I have Got a reqrmnt that ... For ex: ... Tx for the help in advance... Welcome aboard. Please invest in more vowels. We try to maintain a professional standard of written English on DSXchange, because there are many whose first language is not English. Even correct English, I'm sure you will agree...