I have a huge file containing about 3 million records. I don't want to test using this huge file. I want to pull off the first 100 records from this file. Is there a command I can use to do this or will I have to write a script to do it?
I can use the SPLIT command and eventually get it down to 1000 records, but it takes a while.
Cobilan