I have source like "abcdefghijklmnopqrs", how to change 10th character from j to z in datastage?
Answer Posted / anchalthakran
Source file Input: abcdefghijklmnopqrs
Solution:- seq file---> transformer stage---> seq file
under function-->string-->convert function will give desired output.
Convert("j" , "z" , "abcdefghijklmnopqrs" )
Target file Output: abcdefghizklmnopqrs
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Differentiate between datastage and datastage tx?
What is data partitioning?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
What is a datastage job?
What is active and passive stage?
Differentiate between operational datastage (ods) and data warehouse?
What are the different type of jobs in datastage?
Name the different types of Lookups in Datastage?
describe the Steps to confiure a Qlogic switch
Explain Quality stage?
What is the roundrobin collector?
How can we improve performance of data stage jobs?
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
What is ibm datastage?
How many areas for files does datastage have?