BL_FORMAT= Data Set Option

Specifies the format of the external or Web table data.
Valid in: DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software)
Default: TEXT
Requirement: To specify this option, you must first set BULKLOAD=YES.
Data source: Greenplum
See: BL_DELIMITER= data set option, BL_FORCE_NOT_NULL= data set option, set option, BL_QUOTE= data set option, BULKLOAD= data set option

Syntax

BL_FORMAT=TEXT | CSV

Syntax Description

TEXT
specifies plain text format.
CSV
specifies a comma-separated value format.