Previous Page | Next Page

Data Set Options for Relational Databases

BL_PROTOCOL= Data Set Option



Specifies the protocol to use.
Default value: gpfdist
Valid in: DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software)
DBMS support: Greenplum

Syntax
Syntax Description
Details
See Also

Syntax

BL_PROTOCOL='gpfdist' | 'file' | 'http'

Syntax Description

gpfdist

specifies the Greenplum file distribution program.

file

specifies external tables on a segment host.

http

specifies Web address of a file on a segment host. This value is valid only for external Web tables.


Details

To specify this option, you must first set BULKLOAD=YES.


See Also

BL_DATAFILE= Data Set Option

BL_HOST= Data Set Option

BL_DATAFILE= Data Set Option

BULKLOAD= Data Set Option

Using Protocols to Access External Tables

Using the file:// Protocol

Previous Page | Next Page | Top of Page