Search found 42189 matches
- Tue Mar 03, 2015 7:48 am
- Forum: General
- Topic: Job sequencer problem
- Replies: 21
- Views: 4964
- Mon Mar 02, 2015 10:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: A little trick on average
- Replies: 7
- Views: 2171
As Paul noted, you can do it all in one SQL although it will basically emulate exactly what you are doing in the job. Rather quickly and off the top of my head, something like: select e.EMPID, e.EMPNAME, e.DEPTCD, e.SAL, da.AVG_SAL from EMPLOYEE e, (select DEPTCD, AVG(SAL) as AVG_SAL from EMPLOYEE g...
- Mon Mar 02, 2015 5:00 pm
- Forum: General
- Topic: Shell Script to Move a file to a Mailbox
- Replies: 12
- Views: 4143
Also note that what you posted is not a script but rather the response file (probably leveraged via a 'here document' approach) for the FTP session itself. Any script, such as you'll see when you do the search Paul mentioned, will need to include the actual FTP command itself. Also realize that to l...
- Mon Mar 02, 2015 11:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: A little trick on average
- Replies: 7
- Views: 2171
- Sun Mar 01, 2015 9:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capture PL/SQL anonymous block data and write to a flat file
- Replies: 1
- Views: 1579
- Sun Mar 01, 2015 8:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to obtain DB2 partition information
- Replies: 4
- Views: 4393
- Sat Feb 28, 2015 7:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation Issue in Parallel Job
- Replies: 15
- Views: 6376
Once we did force compile, we cannot able to compile any parallel job with Transformer. Earlier it was working. So this was something that worked in the past but then stopped working? The obvious next question is what changed? I can't imagine that this is something that simply doing a 'force compil...
- Fri Feb 27, 2015 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EXECUTE TWO DML IN ONE TRANSACTION/UNIQUE COMMIT - ORACLE
- Replies: 17
- Views: 7448
Normally I would say by setting the 'Transaction record count' property to zero but according to this post that option may not work, or at least doesn't seem to be working for them. It also mentions the $APT variables that can control commits for Oracle. You may need to experiment and/or worst case ...
- Fri Feb 27, 2015 1:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation Issue in Parallel Job
- Replies: 15
- Views: 6376
- Fri Feb 27, 2015 10:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EXECUTE TWO DML IN ONE TRANSACTION/UNIQUE COMMIT - ORACLE
- Replies: 17
- Views: 7448
- Fri Feb 27, 2015 9:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EXECUTE TWO DML IN ONE TRANSACTION/UNIQUE COMMIT - ORACLE
- Replies: 17
- Views: 7448
- Fri Feb 27, 2015 7:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EXECUTE TWO DML IN ONE TRANSACTION/UNIQUE COMMIT - ORACLE
- Replies: 17
- Views: 7448
- Thu Feb 26, 2015 12:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reject file for Oracle connector in write method
- Replies: 4
- Views: 2428
- Thu Feb 26, 2015 8:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel job reports failure (code 256) with Oracle Ent Stg
- Replies: 8
- Views: 9405
- Thu Feb 26, 2015 8:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp to String Conversion with microseconds
- Replies: 3
- Views: 2657