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 is the difference between datastage and informatica?
what is usage of datastage with materialized views
which unix commands mostly used in datastage
What are the steps needed to create a simple basic datastage job?
Can you explain engine tier in information server?
How a routine is called in datastage job?
CAN WE DECLARE DATASET SET WITH OTHER THAN .DS EXTENTION OR NOT IF YES WHAT IS THE DIFFERENCE U FIND?IF NOT WHY?
Can anybody tell me in detail any complex datastage job? I have worked only in direct load and full refresh jobs.But in all interviews this question arises
Hi dude, i/p eno ename date edate deptno 1 x 10thjuly 30july A 2 y 10th aug 30 aug B 1 x 1aug ------ A 3 z 1jan ------ c 2 y 1sep ------ B o/p is eno ename date edate deptno 1 x 1aug ------ A 2 y 1sep ------ B 3 z 1jan ------ c Here edate is System generates we don't know that value. Please design the job by using SCD stage and Sql query. If any body know this answer please tel me. Tanks.
table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target?
Whats difference betweeen operational data stage (ods) and data warehouse?
Unix command to view the data in a dataset