IMPORT Procedure

DATAROW Statement

Starts reading data from the specified row number in the delimited text file.
Default: When GETNAMES=NO: 1, when GETNAMES=YES: 2
Restriction: When GETNAMES=NO, DATAROW must be equal to or greater than 1. When GETNAMES=YES, DATAROW must be equal to or greater than 2.
Interaction: The DATAROW statement is valid only for delimited files.
See: GETNAMES Statement
Importing a Tab-Delimited File

Syntax

DATAROW=n;

Required Argument

n
specify the row number in the input file for the IMPORT procedure to start reading data.
Range:1 to 2147483647