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


Please Help Members By Posting Answers For Below Questions

What a datastage macro?

626


How to read multiple files using a single datastage job if files have the same metadata?

732


What are system variables and sequencers in datastage

602


How and where you used hash file?

653


Highlight the main features of datastage?

613






How to read the length of word in unix?

878


What could be a data source system?

573


Where do the datastage jobs get stored?

719


Name the third party tools that can be used in datastage?

607


How do you schedule or monitoring the job?

659


What is active and passive stage?

872


What are the steps needed to create a simple basic datastage job?

650


Explain Quality stage?

661


i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu

2266


How to convert RGB Value to Hexadecimal values in datastage?

3450