Search found 5168 matches
- Tue Jun 27, 2006 8:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need sql help for select min
- Replies: 23
- Views: 29028
Ok I'm agree with you that I'm not very explicit and I didn't mentionned the error message . But It's not stupid to switch to using an other method, It can be interesting for Dsxians to know the different solution of a request ... HI kjaouhari, It is no wehere mentioned as stupidity to switch betwe...
- Tue Jun 27, 2006 8:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to use exception handler in seequence
- Replies: 3
- Views: 1075
- Tue Jun 27, 2006 8:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Last row in a Sequential file
- Replies: 4
- Views: 1269
Use this in a command activity prior to the job being called, and pass the output as parameter.
Code: Select all
wc -l <filename> | cut -f1 -d ' '- Tue Jun 27, 2006 8:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logic for finding sequence Gap
- Replies: 8
- Views: 1174
How many records will be there in the gap? If the number of record in the gap is less, say 1 or 2 or 3 it ok, else you need to have that many stage variable to hold the values to compare and give as output. For that case, you can build you own custome stages or routien to have the looping funtion in...
- Tue Jun 27, 2006 8:13 am
- Forum: Site/Forum
- Topic: Inactive DSXchange users.
- Replies: 5
- Views: 2675
- Tue Jun 27, 2006 8:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator stage
- Replies: 3
- Views: 778
You can use your user defined select query as
Code: Select all
select a.empno, a.ename , a.dept , (select sum(b.sal) from tablename b where a.dept = b.dept group by b.dept) As SAL from tablename a- Tue Jun 27, 2006 8:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Capture the error records
- Replies: 5
- Views: 1207
- Tue Jun 27, 2006 7:59 am
- Forum: Site/Forum
- Topic: Congrats Kumar
- Replies: 10
- Views: 3975
- Tue Jun 27, 2006 1:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX warning in Oracle Enterprise stage
- Replies: 14
- Views: 6702
- Tue Jun 27, 2006 12:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get Job Type (Sequence, Server or EE Job)
- Replies: 8
- Views: 1394
- Mon Jun 26, 2006 9:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is the difference between Reset and Clear Status file
- Replies: 3
- Views: 2148
Clearing the status would be more dangerous than reseting. By CLEARing the status, the status might have turned to Reset, but at background the process would still be running or still have the connection open. Which will be one of the cause for a zombie process to be created. Which will inturn creat...
- Mon Jun 26, 2006 9:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: generating a single row from multiple rows
- Replies: 7
- Views: 1241
- Mon Jun 26, 2006 9:01 am
- Forum: Site/Forum
- Topic: Congrats Kumar
- Replies: 10
- Views: 3975
- Mon Jun 26, 2006 8:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: run time fatal error : Player 12 terminated unexpectedly
- Replies: 23
- Views: 9040
- Mon Jun 26, 2006 3:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: filter strings from number
- Replies: 4
- Views: 1049