BL_SYNCHRONOUS= Data Set Option

Specifies how to process source file record sets.
Valid in: DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software)
Default: YES
Restriction: This option is ignored for extraction.
Requirement: To specify this option, you must first set BULKEXTRACT= YES or BULKLOAD=YES.
Data source: HP Neoview
See: BULKEXTRACT= data set option, BULKLOAD= data set option

Syntax

BL_SYNCHRONOUS=YES | NO

Syntax Description

YES
specifies that source file record sets can be processed in a different order for increased performance and parallelism.
NO
specifies that source file record sets are processed serially (in the order in which they appear in the source file).