Answer Posted / bharath
you need to use orchadmin commands while handling datasets in unix environment
first you need to invoke the ds utitlities then can use below command to view the data
orchadmin dump -name <filename>
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are routines in datastage? Enlist various types of routines.
What are the difference types of stages?
how to run a sequential file stage in parallel if the stage is used on the TARGET side
Define APT_CONFIG in Datastage?
What is the sortmerge collector?
What is merge stage?
options available in sequence job to run,validate?
Explain usage analysis in datastage?
Describe stream connector?
Why we use surrogate key?
What is apt_config in datastage?
What is the differentiate between data file and descriptor file?
What is data partitioning?
Which algorithm you used for your hashfile?
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.