Unix command to view the data in a dataset
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / suresh
Not possible.
Some cases using DATA SET MANAGEMENT
| Is This Answer Correct ? | 0 Yes | 2 No |
where we use column generator stage in real time scenario?
what is parameterset?
How to transfer file from one system to another system in UNIX?which command to be use?
How can we do null handling in sequential files
How do you load dimension data and fact data? Which is first
how to do pergformence tuning in datastage?
tell me 5 situations when we r using oracle db stages like orecle connector, oracle enterprise
what r the stages mostly used in realtime scenarios
What are data elements?
HOW WILL YOU IMPLEMENT SURROGATE KEY IN SCD BY USING SURR_KEY GENERATOR,THE VALUE OF S_KEY SHOULD NOT REPEAT EVEN IF THE JOB IS COMPILED REPEATEDELY?
input Name Salay Sam 10 Sam 30 Sam 20 Ram 40 Ram 50 Output should be Name Salary Count Sam 10 3 Ram 40 2 get min salary and count of name . OutPut 2 Name Seq Sam 1 Sam 2 Sam 3 Ram 1 Ram 2
table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target?