Answer Posted / metilda
We cannot see the data in the Data Set (.ds files) through
Unix, Editplus etc.
1. But we can view the data by connecting a Peek stage to
the Data Set stage in a job. Go to Director--> job name ---
> Peek stage (view .ds file data) or
2. Connect Sequential File Stage as the target stage to the
Data Set stage. In the Sequential File Stage-->Input Tab--
>Properties--> Give the Target file path. For Eg:
(/local/data1/edw/temp/DataSetOp.txt) and run the job. the
new text file gets loaded with data from the .ds file. Thus
data will be in a readable format in the text file.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How to implement complex jobs in data stage?
How many types of views are there in a datastage director?
How a routine is called in datastage job?
Differentiate between datastage and informatica?
how to write server Routine coding?
What are the different kinds of views available in a datastage director?
Which commands are used to import and export the datastage jobs?
What all are the different way to run a job?
How many Key we can define in remove duplicate stage?
What could be a data source system?
How many types of hash files are there?
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4
What is size of a transaction and an array means in a datastage?
How do you import and export data into datastage?
What are the partitioning techniques available in link partitioner?