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 |
Hi guys, 7. how to get this output i/p col1,col2 101,a 102,b 103,c 104,d o/p col1,col2 101,d 102,c 103,b 104,a Thanks
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
How can we move a DATASTAGE JOB from Development to Testing environment with the help of a datastage job using unix commands.
at source level i have 40 columns,i want only 20 cols at target what r the various ways to get it
I have scenario like this seq file --> transformer --> sort stage --> dataset In this job which prtitioning technique you are using and why???
what is difference between migration project and integration project? can anyone explain with the example Thanks in advance
i have 4 jobs i want run 1job should run on 1node and 2job runon 2node and.... how to make it possible?
There are two file are there .1st file contains 5 records and 2nd file contain 10 records in target they want 50 records.how can achieve this
describe the Steps to confiure a Qlogic switch
i/p 1,a,1000 2,b,2000 3,c,3000 i want to get o/p as o/p 1,a,3000 2,b,4000 3,c,5000 how it can be done on using datastage?
Hi friends,Two input files, wants to validate only if the reference data has '0' otherwise no validation should be done..how to do this??
What is ds designer?