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
How can one find bugs in job sequence?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
Describe the architecture of datastage?
what are the errors,warnings in datastage
Explain datastage architecture?
What are data elements?
What is datastage engine?
1)How will u implement SCD2 by using surrogate key. 2)What are the disadvantages with surrogate key. 3)How will you handle nulls in your project for the varchar, integer data types. 4)Can I use two fact tables in star schema. 5)3 jobs are running on the 2 nodes after I added one more node so can I compile those jobs to run on three nodes.
Where do the datastage jobs get stored?
In Datastage, how you can fix the truncated data error?
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?
what is the custome stage in datastage? how can we impliment that one? plz tell me
What are the different layers in the information server architecture?
What are the types of containers?
What all are the different way to run a job?