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 |
What are the environmental settings for data stage,while working on parellel jobs?
Hi Gus, Can u pls tell me How can u Call the Shell Scripting/Unix Commands in Job Sequence?
in one scenario source flat file like Fileld1 00122001550056200568 00256002360014500896 00123004560078900258 00147004560025800256 divide each 5 numbers as one column i.e here i need field1 field2 field3 field4 00122 00155 00562 00568 00256 00236 00145 00896 00123 00456 00789 00258 00147 00456 00258 00256 plz help me....
How do you load dimension data and fact data? Which is first
why we use hash file for lookup?
Difference in the implementation of lookup and join stages,in joining two tables?
what is repositery?
Hi, Please tell me how to solve this scenario in datastage ? Here we have 3 columns in a table TEST CODE,ENTRY DATE and BATCH The table looks like CODE ENTRYDATE BATCH 100 100716 1 100 100716 1 100 100716 1 200 122517 2 200 122517 2 302 555555 8 302 555555 8 302 555555 8 We need to create a seqno on grouping these 3 columns. The result should be like this. CODE ENTRYDATE BATCH SEQNO 100 100716 1 1 100 100716 1 2 100 100716 1 3 200 122517 2 1 200 122517 2 2 302 555555 8 1 302 555555 8 2 302 555555 8 3
1 Answers Alpharithm Technologies,
What are the partition techniques available in your last project?
4) source target c1 c1 c2 c3 c2 c4 c4 c5 c3 c6 c7 c4 c5 c6 c7 please send me answer this question my mail
What is the Main difference between Lookup Failure and Lookup Not Met? Plz explain with Example.
How to generate surrogate key without using surrogate key stage?