BL_NUM_ROW_SEPS= LIBNAME Option

Specifies the number of newline characters to use as the row separator for the load or extract data stream.
Valid in: SAS/ACCESS LIBNAME statement
Default: 1
Requirements: To specify this option, you must first set BULKLOAD=YES.

You must specify an integer for this option that is greater than 0.

Data source: HP Neoview
See: BL_NUM_ROW_SEPS= data set option, BULKEXTRACT= LIBNAME option, BULKEXTRACT= data set option, BULKLOAD= LIBNAME option, BULKLOAD= data set option

Syntax

BL_NUM_ROW_SEPS=<integer>

Details

If your character data contains newline characters and you want to avoid parsing issues, you can specify a greater number for BL_NUM_ROW_SEPS=. This corresponds to the records separated by clause in the HP Neoview Transporter control file.