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
What is the difference between orabulk and bcp stages?
What are system variables and sequencers in datastage
What are some prerequisites for datastage?
i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu
what is the difference between == and eq in UNIX shell scripting?
How to manage date conversion in Datastage?
What are the functionalities of link collector?
How to read the length of word in unix?
Hi All , in PX Job I have passed 4 Parameters and when i run the same job in sequence i dont want to use those parameters , is this possible if yes then how
What is the difference between Datastage 7.5 and 7.0?
What is the roundrobin collector?
How and where you used hash file?
How do you start developing a datastage project?
What is difference between symmetric multiprocessing and massive parallel processing?
Define APT_CONFIG in Datastage?