Indicates whether to skip or load the first record in the input data file.
| Valid in: | DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software) |
|---|---|
| Categories: | Bulk Loading |
| Data Set Control | |
| Default: | NO |
| Restriction: | You can use this option only when loading a table using an external web source. |
| Requirement: | To specify this option, you must first specify BULKLOAD=YES. |
| Data source: | Greenplum, HAWQ |
| See: | BULKLOAD= data set option |
Table of Contents
indicates that the first record is skipped (not loaded).
indicates that the first record is loaded.
When the first record of the input data file contains the name of the columns to load, you can indicate that it should be skipped during the load process.