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 |
Example: |
Importing a Tab-Delimited File |
Syntax
Required Argument
- n
-
specify the row number
in the input file for the IMPORT procedure to start reading data.
Copyright © SAS Institute Inc. All rights reserved.