BL_PORT= Data Set Option

Specifies the port number to use.
Valid in: DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software)
Alias: BULKLOAD_PORT= [Hadoop]
Default: DBMS-specific
Restriction: Hadoop: This option is required only if Hadoop HDFS streaming is running on a port other than the default port of 8020.
Requirement: To specify this option, you must first set BULKEXTRACT= YES or BULKLOAD=YES.
Data source: Greenplum, HP Neoview
See: BL_HOSTNAME= data set option, BL_STREAMS= data set option, BULKEXTRACT= LIBNAME option, BULKEXTRACT= data set option, BULKLOAD= data set option

Syntax

BL_PORT=<port>

Syntax Description

port
specifies the port number to use.

Details

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.