lets the connection
perform bulk copy of SAS data into Sybase.
Details
Bulk copy groups rows
so that they are inserted as a unit into the Sybase table. Using bulk
copy can improve performance.
If you use both the,
ENABLE_BULK= LIBNAME option and the BULKLOAD=data set option, values
for both options must be the same or an error is returned. However,
because ENABLE_BULK=YES is the default value, you need not specify
ENABLE_BULK= to use the BULKLOAD= data set option.