BL_IMPORT_TYPE_CHECK= Data Set Option

Specifies whether to insert the record without checking the data type of each field.

Valid in: DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software)
Categories: Bulk Loading
Data Set Control
Aliases: BL_IMPORT_TYPE_CHECK
BL_TYPE_CHECK
Default: none
Requirement: To specify this option, you must first specify BULKLOAD=YES.
Data source: SAP HANA
See: BL_IMPORT_BATCH_SIZE=, BL_IMPORT_OPTIONS=, BL_IMPORT_TABLE_LOCK=, BULKLOAD= data set option

Table of Contents

Syntax

BL_IMPORT_TYPE_CHECK=YES | NO

Syntax Description

YES

specifies to add the NO TYPE CHECK option to the SAP HANA IMPORT statement.

NO

specifies that no checking of data types occurs.

Last updated: February 3, 2026