i have input like this
Column 1 ,column 2
3,a
4,b
5.c
i want output
aaa
bbbb
ccccc
Ple help any one?
Answer Posted / geetha
use str function in datastage. str(dslink.column1,dslinkcolumkn2). In the output we get the required data . str function is used to repeat the column number of times.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How can you write parallel routines in datastage PX?
Can we use target hash file as a lookup ?
what are the devoleper roles in real time? plz tell i am new to datastage....
How to find value from a column in a dataset?
Explain the situation where you have applied SCD in your project?
I have a few records just I want to store data in to targets cycling way how?
What is aggtorec restructure operator?
Define Job control?
To see hidden files in LINIX?
Define project in datastage?
How do y read Sequential file from job control?
Explain datastage architecture?
What could be a data source system?
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
what is 'reconsideration error' and how can i respond to this error and how to debug this