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

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?

1759


What is the difference between informatica and datastage?

658


What is meta stage?

581


What is the purpose of pivot stage?

610


What is active and passive stage?

882






What is process model?

1555


What is job control?

624


Different ways a project can be moved to production ?...example ….export-import and Version control.

1937


What is "fatal error/rdbms code 3996" error?

663


CHANGE CAPTURE

899


State the difference between an operational datastage and a data warehouse?

610


What are data elements?

661


What are system variables and sequencers in datastage

610


What are stage variables?

638


Explain entity, attribute and relationship in datastage?

635