A flatfile contains 200 records.I want to load first 50
records at first time running the job,second 50 records at
second time running and so on,how u can develop the job?pls
give the steps?pls pls
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
i/p o/p1 o/p2
1 1 4
1 1 5
1 1 6
2 2
2 2
2 2
3
3
4
5
6
how to populates i/p rows into o/p1&o/p2 using datastage
stages?and also the same scenario using sql?
Answer
Is This Answer Correct ? | 5 Yes | 0 No |
can we half project in parallel jobs and half project in
server jobs?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 5586 }
i 10 jobs first two jobs are runing in 2nodes,next 2 jobs
are running in 4 nodes, next 4 jobs are running in 6 nodes
and the remaining jobs are running on 10 nodes. how to
change the node configuration?
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
Question { 5586 }
i 10 jobs first two jobs are runing in 2nodes,next 2 jobs
are running in 4 nodes, next 4 jobs are running in 6 nodes
and the remaining jobs are running on 10 nodes. how to
change the node configuration?
Answer
Is This Answer Correct ? | 4 Yes | 0 No |
Hi,
In source I have records like this
No name address
10 manoj mum
10 manoj dilhi
20 kumar usa
20 kumar Tokyo
I want records in target like shown below
No name addr1 addr2
10 manoj mum dilhi
20 kumar usa Tokyo
If it is reverse we can do this by using Normalizer
transformation by setting occurance as 2.
Somebody will say use denoralization technique. But as of my
knowledge I couldn’t find any denormalization technique. Is
there any concept like that?
I tryid this seriously but I could find any idea to
implement this.
Can any one please help me ?
Advance Thanks
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
source file is having 5 records while moving into target it
want to be 10 records
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
SEQUENTIAL FILE I HAVE ONE RECORD,I WANT 100 RECORDS IN
TARGET?HOW CAN WE DO THAT?PLS EXPLAIN ME AND WHAT STAGES ARE
THERE?WHAT LOGIC?
Answer
Is This Answer Correct ? | 9 Yes | 0 No |
What is configuration your file structure 2)I have two
databases both are Oracle while loading data from source to
target the job takes 30 min but I want to load less time how?
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
how to retrive the max(sal),deptno,empno in datastage?
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
how can i get 2nd highest salary in datastage?can u send me
,thanQ
2)if i had source has 2 records 1st record ie 1st column
contains 1,2,3 and 2nd coulmn contains 10,10,10 i have to
get target as 2nd columns as 20,30,40 how can i?
Answer
Is This Answer Correct ? | 7 Yes | 1 No |
Question { 8143 }
1)Source file contains one record, I want 100 records in
target file.
Answer
Is This Answer Correct ? | 10 Yes | 0 No |
Question { 4701 }
I have 100 records how can I load at a time from the single
time
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { Cap Gemini, 18819 }
i have a table
col1
10
20
30
40
10
20
50
my requirement is how to retrive only duplicates like
10
10
20
20
like this how it's possible in SQL?
Answer
Is This Answer Correct ? | 4 Yes | 0 No |