I have Seq file, I don't want 10, 11th(or any two records like 20, 30th records ) records in the output
Answer Posted / srinivas
We can do it by using filter option in sequencial file by using sed command
sed '10d;11d' filename then you will get required output
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define oconv () and iconv () functions in datastage?
Is the value of staging variable stored temporarily or permanently?
What are the processing stages?
What is the difference between datastage and datastage tx?
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?
1)what is the size of Fact table and dimension table? 2)how to find the size of Fact table and dimension table? 3)how to implement the surrogate key in transform stage? 4)write the configuration file path? 5)how many types of datasets explain? 6)diff b/w developed projects and migration projects? 7)how to delete the header and footer file of the sequencer file? 8)how can u call the parameters in DS in unix environment? 9) how much data ur getting daily ? 10)
Why do we use exception activity in Datastage?
What is the sortmerge collector?
What is the project in datastage?
what is the custome stage in datastage? how can we impliment that one? plz tell me
Lookup constraints
What is oci?
in oracle target stage when we use load option and when we use upsert option?
What is active and passive stage?
What is the differentiate between data file and descriptor file?