i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
Write a sort step to sort the entire file. Write another sort step with the following sort card SORT FIELDS=COPY, STOPAFT=200 END