how to convert rows into columns
Answers were Sorted based on User's Feedback
Answer / swetha
BY using Pivot stage convert rows into columns in
datastage.If we want to change in informatica we use
normalizer transformation.
| Is This Answer Correct ? | 11 Yes | 6 No |
On which interface you will be working as a developer?
i hav source like this . deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like this target1 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformer
What are transforms and what is the differenece between routines and transforms?
How did you reconcile source with target?
How to delete the data in dataset?types of deleting the data in dataset?
ename like ibm,tcs,hcl need display those records only how?
How can you write parallel routines in datastage PX?
What is a datastage job?
Explain the situation where you have applied SCD in your project?
What is difference between symmetric multiprocessing and massive parallel processing?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
1.What is a delta record? How you will read it? 2.What are the different types of sorting?