Hi,
I am getting data from sequential file like below
column1
A&B
C&D
A&E
X&Y&Z
v&x
But I need the target column as like below
column1
A and B
C and D
A and E
X and Y and Z
v and x
Answer Posted / manish
Using Convert function we can achieve this:
Convert('&',' and ',column string)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
EXPLAIN SCD
Difference between sequential file and data set?
What is the difference between validated and compiled in the datastage?
What is oci?
Where do you see different stages in the designer?
What are the steps needed to create a simple basic datastage job?
Describe the main features of datastage?
What is the difference between datastage and datastage tx?
How many types of sorting methods are available in datastage?
Explain usage analysis in datastage?
What are the functionalities of link partitioner?
What are the important features of datastage?
Explain ibm infosphere information server and highlight its main features?
What is the flow of loading data into fact & dimensional tables?
What is a quality stage in datastage tool?