How to Convert the columns into rows?
Answers were Sorted based on User's Feedback
Answer / sri
Using the Pivot we can convert the columns into rows
| Is This Answer Correct ? | 20 Yes | 2 No |
How to read the length of word in unix?
Explain the scenarios where sequential file stage runs in parallel?
What are routines in datastage? Enlist various types of routines.
Describe stream connector?
What is the use of datastage designer?
hi, 1)totally how many jobs created in ur project 2)what is ur datamart size & Dwh size 3)How secure ur project 4)could u plz tell be about testing process after complete the job will run sucessfully or not in Datastage
What are the repository tables in datastage?
If you want to use the same piece of code in different jobs, how will you achieve it?
Where do you see different stages in the designer?
What a datastage macro?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
Source Like department_no, employee_name ---------------------------- 20, R 10, A 10, D 20, P 10, B 10, C 20, Q 20, S and Output should be like this department_no, employee_list -------------------------------- 10, A 10, A,B 10, A,B,C 10, A,B,C,D 20, A,B,C,D,P 20, A,B,C,D,P,Q 20, A,B,C,D,P,Q,R 20, A,B,C,D,P,Q,R,S