Why not? Resist stupid requirements!
Then you can execute it through a before-job or after-job subroutine.
Search found 53125 matches
- Thu Oct 21, 2010 5:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call a sql script in ds job
- Replies: 4
- Views: 1547
- Thu Oct 21, 2010 5:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Close command-UPDATE
- Replies: 4
- Views: 1230
- Thu Oct 21, 2010 5:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage and Disk Resource
- Replies: 3
- Views: 2710
- Thu Oct 21, 2010 5:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-00001: unique constraint for NO SOURCE RECORDS
- Replies: 3
- Views: 2637
- Thu Oct 21, 2010 5:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage 7.5.3
- Replies: 1
- Views: 1329
- Thu Oct 21, 2010 2:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage and Disk Resource
- Replies: 3
- Views: 2710
Re: DataStage and Disk Resource
Welcome aboard.
DataStage includes a Resource Estimation tool that can assess resource requirements for individual jobs. Start with that, and add the results for any jobs that you intend to run simultaneously.
DataStage includes a Resource Estimation tool that can assess resource requirements for individual jobs. Start with that, and add the results for any jobs that you intend to run simultaneously.
- Thu Oct 21, 2010 2:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Primary key violation Warnings
- Replies: 1
- Views: 997
Re: Primary key violation Warnings
If that is true you can not get primary key violation warnings. Check again.tanaya.deshpande@tieto.co wrote:Though there are no duplicate primary keys in the database.
Code: Select all
SELECT KEY_COL, COUNT(*) FROM TABLE GROUP BY KEY_COL HAVING COUNT(*) > 1;- Thu Oct 21, 2010 2:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Must upgrade from DS 32bit to 64bit on windows?
- Replies: 7
- Views: 3452
- Thu Oct 21, 2010 2:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while executing Server Job with Teradata Stage
- Replies: 1
- Views: 1217
- Thu Oct 21, 2010 2:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Userstatus
- Replies: 3
- Views: 2392
- Wed Oct 20, 2010 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Must upgrade from DS 32bit to 64bit on windows?
- Replies: 7
- Views: 3452
- Wed Oct 20, 2010 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sequencer
- Replies: 1
- Views: 993
There are lots of date manipulation Transforms and Routines supplied with the product and more here.
- Wed Oct 20, 2010 3:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Connection broken 81002
- Replies: 2
- Views: 5666
- Wed Oct 20, 2010 3:16 pm
- Forum: General
- Topic: Wait for File
- Replies: 10
- Views: 4934
- Wed Oct 20, 2010 3:15 pm
- Forum: General
- Topic: Abort a Job
- Replies: 2
- Views: 1454
Re: Abort a Job
Never a good plan, in my opinion.Magesh_bala wrote: I need to abort a job if ...