Search found 53125 matches
- Tue Jan 24, 2012 7:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: db2 enterprise stage is not working in windows env.
- Replies: 8
- Views: 3669
- Tue Jan 24, 2012 7:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Warning
- Replies: 1
- Views: 627
- Tue Jan 24, 2012 2:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data load problem from teradata source to a dataset
- Replies: 1
- Views: 605
- Tue Jan 24, 2012 2:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue reading Dataset
- Replies: 2
- Views: 970
- Tue Jan 24, 2012 2:49 pm
- Forum: General
- Topic: stop and start 8.5 services
- Replies: 3
- Views: 1129
- Tue Jan 24, 2012 2:47 pm
- Forum: General
- Topic: post verification after 8.5 installation
- Replies: 6
- Views: 2515
- Tue Jan 24, 2012 2:44 pm
- Forum: General
- Topic: stop and start 8.5 services
- Replies: 3
- Views: 1129
- Tue Jan 24, 2012 2:43 pm
- Forum: General
- Topic: Number of Projects/Jobs
- Replies: 17
- Views: 6676
- Tue Jan 24, 2012 2:41 pm
- Forum: General
- Topic: Count Jobs in a project (Parallel, Server, Sequencer)
- Replies: 8
- Views: 5636
Or don't even worry about the values, just report them.
Code: Select all
SELECT JOBTYPEIND, COUNT(*) AS JOB_COUNT FROM DS_JOBS WHERE @ID NOT LIKE '\\%' AND @ID NOT LIKE '//%' GROUP BY JOBTYPEIND;- Tue Jan 24, 2012 2:30 am
- Forum: General
- Topic: BASIC query
- Replies: 10
- Views: 1640
- Tue Jan 24, 2012 2:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate key Issue
- Replies: 5
- Views: 1309
- Tue Jan 24, 2012 2:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to generate the following using data in datastage
- Replies: 6
- Views: 2426
- Tue Jan 24, 2012 2:25 am
- Forum: General
- Topic: BASIC query
- Replies: 10
- Views: 1640
- Tue Jan 24, 2012 2:23 am
- Forum: General
- Topic: Number of Projects/Jobs
- Replies: 17
- Views: 6676
- Tue Jan 24, 2012 12:10 am
- Forum: General
- Topic: Reading the latest files from input directory
- Replies: 9
- Views: 2695