adspace
1.how to generate even numbers in surrogate or tranformar stage ? 2. how many ways to remove duplicate values?
5 Data Stage 15507if we take 2 tables(like emp and dept), we use join stage and how to improve the performance?
5 Data Stage 15769how to transfer file from one system to another system in unix? which cmd to be use?
5 Data Stage 16044A 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?
TCS,
3 Data Stage 10280SEQUENTIAL 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?
TCS,
1 Data Stage 6743What 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?
1 Data Stage 6519Suppose take my name "Reddyvaraprasad" From source it is coming Reddy vara prasad Need to get As Reddyvara prasad/
TCS,
4 Data Stage 10916how to read 100 records at a time in source a) hw is it fr metadata Same and b) if metadata is nt same?
HCL,
1 Data Stage 2289Two source files contains same meta data third file contains different data types can I funnel that file.
2 Data Stage 8324
if we create a file, in that 10 rows(means 1,2,....9,10
like). i want 7 row exactly, which command use in unix?
plz send this question.
Answer
| Is This Answer Correct ? | 7 Yes | 4 No |
Question { 10524 }
i have source like
deptno,sal
1,2000
2,3000
3,4000
1,2300
4,5000
5,1100
i want target like
target1
deptno,sal
1,2000
3,4000
4,5000
target2
2,3000
1,2300
5,1100
with out using transformerstage
Answer
| Is This Answer Correct ? | 0 Yes | 1 No |
col1
123
abc
234
def
jkl
768
opq
567
789
but i want two targetss target1 contains only numeric values
and target2 contains only alphabet values like
trg1
123
234
768
567
789
trg2
abc
def
jkl
opq
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Question { Cap Gemini, 10291 }
i have one table with one column in this column i have three
rows like 1,1,2 then that rows populate to target as first
tow rows as one row and remaing row as one row how it posible?
COLUMN_NAME
SHIVA
RAMU
MADHU
THEN I WANT TO LIKE SHIVA AND RAMU IN ONE ROW AND
MADHU IS ONE ROW IF ANY ONE KNOW PLZ TELL ME
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
one file contains
col1
100
200
300
400
500
100
300
600
300
from this i want to retrive the only duplicate like this
tr1
100
100
300
300
300 how it's possible in datastage?can any one plz explain
clearley..........?
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Question { 8198 }
in one scenario source flat file like
Fileld1
00122001550056200568
00256002360014500896
00123004560078900258
00147004560025800256
divide each 5 numbers as one column i.e
here i need
field1 field2 field3 field4
00122 00155 00562 00568
00256 00236 00145 00896
00123 00456 00789 00258
00147 00456 00258 00256
plz help me....
Answer
| Is This Answer Correct ? | 3 Yes | 0 No |
how do u convert date in 20-12-07 to dec-20-2007 or 20-dec-
2007 or 20-dec-07 in parallel
Answer
| Is This Answer Correct ? | 2 Yes | 0 No |