insequential file 2header avaliable,and 100 records
avaliable.how to skip the 2 headers and load 100 records
target?
Answer Posted / subhash
sed -n '3,100p' filename
or
sed -n '1,2d' filename
Or
tail -98 filename
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the main differences you have observed between 7.x and 8.x version of datastage?
what is the custome stage in datastage? how can we impliment that one? plz tell me
How the ipc stage work?
How many Key we can define in remove duplicate stage?
Define Job control?
What is ibm datastage?
Name the different sorting methods in datastage.
What is job control?
Describe the architecture of datastage?
What is the difference between orabulk and bcp stages?
What are the steps needed to create a simple basic datastage job?
What is the use of datastage designer?
How do you start developing a datastage project?
What is the use of hoursfromtime() function in transformer stage in datastage?
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?