Search found 53125 matches
- Fri May 16, 2008 6:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: updating in oracle table which doesn't contain any key cols
- Replies: 14
- Views: 3780
- Fri May 16, 2008 6:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with longnvarchar column
- Replies: 7
- Views: 1830
- Fri May 16, 2008 6:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Another PIVOT/TRANSPOSE question
- Replies: 3
- Views: 1923
- Fri May 16, 2008 6:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting uvsh directory settings
- Replies: 3
- Views: 3015
This is non-trivial. You need to change the device width in the same dssh shell as the one in which you execute the query. Therefore your query needs to contain \xFE characters (in lieu of line feeds between commands). Ignoring that for the moment, if your job names and category names are short enou...
- Fri May 16, 2008 6:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strange behaviour in my Sequencer
- Replies: 1
- Views: 797
- Fri May 16, 2008 6:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert data from LATIN1 to UTF8
- Replies: 14
- Views: 7976
- Fri May 16, 2008 6:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion function
- Replies: 4
- Views: 1130
- Fri May 16, 2008 6:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dsexecute equlent fn in PX library
- Replies: 1
- Views: 733
- Fri May 16, 2008 6:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance problems-running muliple jobs in parallel
- Replies: 3
- Views: 1188
Take an Economics 101 class - particular where they talk about supply and demand. You must monitor your jobs under normal (baseline) conditions and perhaps running in isolation under full data load then, from these measures, calculate the maximum demand you can place on the system, and schedule acco...
- Fri May 16, 2008 6:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can't log into uvsh/dssh from unix
- Replies: 10
- Views: 4491
- Fri May 16, 2008 6:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Binary form of an incoming field
- Replies: 4
- Views: 1040
So you're actually after something like 00001010 for the result rather than 26? In server this would be easy, either via the DTB (decimal to binary) command or using Oconv() with an "MB" conversion. I think there's no convenient expression in the parallel environment; you could concatenate eight bin...
- Fri May 16, 2008 6:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup problem
- Replies: 3
- Views: 1867
- Fri May 16, 2008 5:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: counts
- Replies: 5
- Views: 1924
Please mark the thread as Resolved.
The solution appears to have been understanding how to perform grouping in conjunction with the COUNT set function in SQL - that is,
The solution appears to have been understanding how to perform grouping in conjunction with the COUNT set function in SQL - that is,
Code: Select all
SELECT attribute, COUNT(*) FROM tablename GROUP BY attribute;- Fri May 16, 2008 5:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Conversion Utility - Need Clarification
- Replies: 2
- Views: 1107
- Fri May 16, 2008 5:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Impact and gap analysis
- Replies: 1
- Views: 1204