Previous Page | Next Page

Data Set Options for Relational Databases

BL_PORT= Data Set Option



Specifies the port number to use.
Default value: DBMS-specific
Valid in: DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software)
DBMS support: Greenplum, HP Neoview

Syntax
Syntax Description
Details
See Also

Syntax

BL_PORT=<port>

Syntax Description

port

specifies the port number to use.


Details

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

Greenplum: Use this option to specify the port number that bulk load uses to communicate with the server where the input data file resides. There is no default.

HP Neoview: Use this option to specify the port number to which the HP Neoview machine listens for connections. The default is 8080.


See Also

BL_HOSTNAME= Data Set Option

BL_STREAMS= Data Set Option

BULKEXTRACT= LIBNAME Option

BULKEXTRACT= Data Set Option

BULKLOAD= Data Set Option

Previous Page | Next Page | Top of Page