In which situations we can use normal and sparse lookup
stages
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
In which situations we can use normal and sparse lookup
stages
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
i have data like
sam
ram
sam
raj
ram
I want two targets
trgt1
ram
sam
trgt2
raj
how can i do this in datastage?
Answer
Is This Answer Correct ? | 6 Yes | 1 No |
i want for the 3rd max sal using for the any stage but max
sal is based on the deptno ?
any body know this ans pls send this mail siva3me@gmail.com
Answer
Is This Answer Correct ? | 5 Yes | 0 No |
I HAVE EMP TABLE, 4 COLS R THERE COL1,COL2,COL3,COL4
ID-- 101,102,103,104 SAL-- 1000,4000,2000,5000
DATE-- COLUMN. I WANT TO DISPLAY THE DATA PREVIOUS MONTH
HIGEST SAL ?
Answer
Is This Answer Correct ? | 1 Yes | 1 No |
how can u find out the datastage job is running on how many
nodes
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 6956 }
In the source seq file have 2 columns, i.e
input:
col1,col2
1,1
2,rajesh
3,15000
4,2
5,suresh
6,16000
7,3
8,veeru
9,17000
I want in the output like:
eno,ename,sal
1,rajesh,15000
2,suresh,16000
3,veeru,17000
any one answer this scenario
Answer
Is This Answer Correct ? | 5 Yes | 1 No |
Question { 6956 }
In the source seq file have 2 columns, i.e
input:
col1,col2
1,1
2,rajesh
3,15000
4,2
5,suresh
6,16000
7,3
8,veeru
9,17000
I want in the output like:
eno,ename,sal
1,rajesh,15000
2,suresh,16000
3,veeru,17000
any one answer this scenario
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
I/P
---
ID Value
1 AB
2 ABC
3 ADE
4 A
O/p
---
ID Value
1 A
1 B
2 A
2 B
2 C
3 A
3 D
3 E
4 A
Answer
Is This Answer Correct ? | 4 Yes | 0 No |
Question { 20461 }
I have a scenario like
Deptno=10---->First record and last record
Deptno=20---->First record and last record
Deptno=30---->First record and last record
I want those first and last records from each department in
a single target. How to do this in DataStage, any one can
assist me.
Thanks in advance.
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
There are two file are there .1st file contains 5 records and
2nd file contain 10 records in target they want 50 records.how
can achieve this
Answer
Is This Answer Correct ? | 6 Yes | 0 No |
Question { US Technology, 8347 }
source
1123445
I WANT OUTPUT AS
DUPLICATES TO TARGET1 LIKE
TARGET1
1144
NON-DUPLICATES TO TARGET2
TARGET2
235
Answer
Is This Answer Correct ? | 8 Yes | 0 No |
Question { Cap Gemini, 12693 }
I have a file it contain 2 records like empname,company as
Ram, Tcs and Ram, IBM. But i want empname,
company1,company2 as Ram, TCS,IBM in the target. How?
Answer
Is This Answer Correct ? | 11 Yes | 1 No |
Question { 9104 }
Source flat file contains
src
---
1
2
'
'
'
18
we had 3 targets
T1 T2 T3
-- -- --
1 4 7
2 5 8
3 6 9
10 13 16
11 14 17
12 15 18
How can i get?
**Using only datastage, but not unix or any other.
I am expecting the answer soon..
Thanks in advance.
Answer
Is This Answer Correct ? | 7 Yes | 1 No |