Converting Vertical PIVOTing without using PIVOT stage in DataStage.
Ex:
DEPT_NO EMPNAME
10 Subhash
10 Suresh
10 sravs
Output:
DEPT_NO EMP1 EMP2 EMP3
10 subhash suresh sravs
2) How to implement Horizontal PIVOTing without using PIVOT stage.
Answer Posted / datastage4you
Use transformer stage to achieve the same
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Notification Activity
What are the repository tables in datastage?
What are the some differences between 7.x and 8.x version of datastage?
Define Routines and their types?
What are the various kinds of the hash file?
What are the different type of jobs in datastage?
What is meta stage?
Differentiate between datastage and informatica?
What is the difference between in process and inter process?
how can we create rank using datastage?what is the meaning of rank?
What is the difference between account and directory options ?
Triggers,VIEW,Procedures
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
What can we do with datastage director?
Explain how a source file is populated?