Answer Posted / santhu
Sorry its not String we shoud use str("0",1)
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can you explain players in datastage?
What can we do with datastage director?
What all are the different way to run a job?
Why do we use exception activity in Datastage?
How to convert RGB Value to Hexadecimal values in datastage?
Hi, what is use of Macros,functions and Routines..? At what situation you are used. If you know the answer please explain it. Thanks.
What is the difference between hashfile and sequential file?
What is the sortmerge collector?
how to delete one row in target dataset
What is the process of killing a job in datastage?
What are routines in datastage?
Can you explain how could anyone drop the index before loading the data in target in datastage?
How many types of views are there in a datastage director?
options available in sequence job to run,validate?
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.