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 |
HOW CAN U DO ERROR HANDLING IN DATA STAGE?
How to Remove Duplicate using SQL?
What is a merge in datastage?
What are routines in datastage? Enlist various types of routines.
I have a scenario like Deptno=10---->First record and last record Deptno=20---->First record and last record Deptno=30---->First record and last record I want those first and last records from each department in a single target. How to do this in DataStage, any one can assist me. Thanks in advance.
How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
What is the command line function to import and export the ds jobs?
What is the purpose of pivot stage and types of containers in datastage
Difference between ‘validated ok’ and ‘compiled’ in data stage?
In a table 100 records are there after 50records job is aborted how can u insert all records in target table.
5) A file contains 10 (1-10) I want trgt like Trgt 1 trgt 2 trgt 3 1 2 3 4 5 6 7 8 9 10
How a source file is populated?