Hi this madan, in data stage one file in Empno 12345678910 in a table, i want target is
Empno
1
2
3
4
5
6
7
8
9
10
Answer Posted / soumya
Use pivot Stage.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What are the different options associated with dsjob command?
explain about citrix scheduling tool in datastage
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
What all are the different way to run a job?
What are stage variables and constants?
What is the command line function to import and export the ds jobs?
How can you write parallel routines in datastage PX?
To see hidden files in LINIX?
What are data elements?
What are the functionalities of link partitioner?
How you can fix the truncated data error in datastage?
In work load management there are three options of Low priority, Medium priority and High Priority Jobs which can be used for resource management. why this feature is developed when there is already jobs prescheduled by scheduler or autosys. what will be the use of workload management then?
How the ipc stage work?
If you want to use the same piece of code in different jobs, how will you achieve it?
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4