Hi I have scenario like this
s/r table T/r table
ename,sal empno,ename,sal
vijay,2000 1 , vijay, 2000
kumar,3000 2 ,kumar , 3000
ravi ,4000 3 ,ravi , 4000
How can i get target table like that without using
Transformer stage?
Answer Posted / kiran
ok well vijay.ur quetion not proper k.
see u can use s_key,column genaretor stage.
and u can define user define query in source level and
populated to target like dbl click on source and set read
method is user deine and write query=select
rownum,ename,sal from emp(s/r table name).k
Thanks&Regards
kiran
9393363309
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What a datastage macro?
What is a folder? Difference types of stages?
Explain Quality stage?
Difference between sequential file and data set?
What is the difference between hashfile and sequential file?
Field,NVL,INDEX,REPLACE,TRANSLATE,COLESC
Describe routines in datastage? Enlist various types of routines.
What is a merge in datastage?
Explain datastage architecture?
AGGREGATOR default datatype
how do u catch bad rows from OCI stage? And what CLI stands for?
How do you schedule or monitoring the job?
in oracle target stage when we use load option and when we use upsert option?
Have you used Unstructured data?
Name the different types of Lookups in Datastage?