Search found 6797 matches
- Fri Jan 26, 2007 3:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: increment counter
- Replies: 13
- Views: 2556
- Fri Jan 26, 2007 3:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in getting environment variable in routines...
- Replies: 29
- Views: 13520
- Fri Jan 26, 2007 3:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantoms
- Replies: 5
- Views: 833
how are you identifying the phantoms. At the unix prompt?
When you do
how many do you see, do they have PPID other than 1?
When you do
Code: Select all
ps -ef | grep phantom
how many do you see, do they have PPID other than 1?
- Fri Jan 26, 2007 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: increment counter
- Replies: 13
- Views: 2556
- Fri Jan 26, 2007 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantoms
- Replies: 5
- Views: 833
- Fri Jan 26, 2007 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in getting environment variable in routines...
- Replies: 29
- Views: 13520
- Fri Jan 26, 2007 3:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merging files
- Replies: 9
- Views: 1874
Good question. I am not sure what you are going to put there. Do this In the filter command, get rid of the redirection. Basically your filter command will look something like this cat #path#file_1 #path#_file_2 cat #path#_file_3 ......#path#_file_12 In the File section put #path#file_1. I think it ...
- Fri Jan 26, 2007 2:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in getting environment variable in routines...
- Replies: 29
- Views: 13520
- Fri Jan 26, 2007 2:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: INROWNUM issue
- Replies: 5
- Views: 1294
Re: INROWNUM issue
I have a routine call for the first row, this is done with the constratin @INROWNUM=1 after that all the rows will continue the processing normally If the routine does'nt require input from your first row and is called before the processing of the rows then you can run the routine while initializin...
- Fri Jan 26, 2007 2:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in getting environment variable in routines...
- Replies: 29
- Views: 13520
- Fri Jan 26, 2007 2:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Redbrick load
- Replies: 4
- Views: 1676
- Fri Jan 26, 2007 2:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tranformer Constraint Expressions
- Replies: 36
- Views: 13920
It wont do the same thing. The constraint is there to make sure that only the records that are present in the lookup go through the ACCEPT link, other way of saying NOT(DSLink6.NOTFOUND). And the ones that fail the lookup will go down the REJECT link. If you take the constraint out then every record...
- Fri Jan 26, 2007 2:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance tuning
- Replies: 7
- Views: 1910
- Fri Jan 26, 2007 2:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle lookup failure
- Replies: 7
- Views: 1901
- Fri Jan 26, 2007 1:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merging files
- Replies: 9
- Views: 1874