This specifies the records not to be processed from the head of the input files in the number of cases.
This is used when data that is not to be processed such as header information exists in the head of the file. When two or more input files exist, specify the number of the case delimiting with comma (,) according to the specified order of the file. By default, all records are to be processed.
Format
-R skiprec-no [ ,skiprec-no ...]
skiprec-no
This specifies the record that is not to be processed in the number of cases.
Example
10 records from the head of the first input file, 20 records from the head of the 2nd input file are skipped.
-R 10,20
100 records from the head of the 3rd input file are skipped when 3 input files exist.
-R ,,100
100 records from the head of the first input file are skipped when 3 input files exist. The records of the 2nd and 3rd input file are not skipped.
-R 100