What is the function in Transformer stage can act as Rank
Function in oracle
Answer / nish
answer:
there is no function equivalent to that.
Rank is mostly used as an analytic/aggregating function in oracle and takes 2 columns for arguments.
Transformer stage performs transforming operations for later analysis ,doesnt directly perform analytic functions.
The closest stage would be an sort- aggregator stage for RANK.
Please remember that not all interview questions have a definitive answer.
This one tests confidence of how much you really used transformer stage.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can you generate sequence number using only the sequential file stage?
Explain connectivity between datastage with datasources?
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.
What are the benefits of datastage?
How to display errors in datastage?
Explain the functionality of your current project?
1 Answers IBM, Miles Software,
explain about completely flow of sequencers technicaly,without using example??explain about lookup,nullhandling?
If you want to use a same piece of code in different jobs, how will you achieve this?
explain unit testing,systemtesting,integrated testing
1)What is ur project architecture ? 2)how to move project from developement to uat? 3)What is the difference between datastage 6,7.1 and datasttage 7.5? 4).How to do error handling in datastage? 5)3.Whta is unit testing, system testing and integration testing? 6)What is the Exact difference between BASIC Transformer and NORMAL Transformer?When we will go for BASIC Or NORMAL Transformer 7)why we use third party tools in datastage? 8)What is the purpose of Debugging stages? In real time Where we will use?
6 Answers CTS, HCL, IBM, Wipro,
when will you go for dataset and fileset?
Difference between the Sequence and Sequencer in DS?