in sequtial file 2 columns avaliable, i want only one column
load the target. for this we can do by modify and copy
stage. But here when using modify stage (in property drop
column1) until it is ok. if target is data set How to view
the data. with out using data management. what is the reason
for this. if any body know this answer plz tel me.
thanks.
We can not view directly, because it stores the data in the datastage internal format.
1. After running the job, directly open the DataSet and click on 'view data'
2. we can view data using 'DataSet management' which is available in Ds Director, tool menu.
3. we can view data using 'ORCHADMIN' unix command.
a. Orchadmin dump EMP.ds
b. Orchadmin dump EMP.ds 2>/dev/null ---> redirecting to output.
c. Orchadmin dump EMP.ds 2>/dev/null >SampleFile.txt --> redirecting output to file.
| Is This Answer Correct ? | 6 Yes | 0 No |
What is job control?
Can you explain link buffering?
Can you explain players in datastage?
hi i am madan, in real time data stage who is the source provide? and how to recevied in developer? Pls send me answer
Tell me Wt main advantage of Stage varibles? Project level hints?
Star Schema vs. Snow Flake Schema. What is the best model for DW? Give example for both the models performance wise?
What are the different common services in datastage?
what is the difference between datasatge and datastage TX?
What are the job parameters?
how to design the change capture stage in(data stage parallel jobs) type 2
how can u find out the datastage job is running on how many nodes
1)How to Duplicate Records Delete in Sequential file?