Previous Page | Next Page

Data Set Options for Relational Databases

BL_HOST= Data Set Option



Specifies the host name or IP address of the server where the external data file is stored.
Default value: DBMS-specific
Valid in: DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software)
DBMS support: Aster nCluster, Greenplum

Syntax
Syntax Description
Details
See Also

Syntax

BL_HOST='hostname' [Aster nCluster]
BL_HOST='localhost' [Greenplum]

Syntax Description

localhost

specifies the IP address of the server where the external data file is stored.


Details

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

Use this option to pass the IP address to the DBMS bulk-load facility. You must enclose the name in quotation marks.

Greenplum: The default is 127.0.0.1. You can use the GPLOAD_HOST environment variable to override the default.


See Also

BL_DBNAME= Data Set Option

BL_PATH= Data Set Option

BULKLOAD= Data Set Option

Previous Page | Next Page | Top of Page