BL_DB2UTID= Data Set Option

Specifies a unique identifier for a given run of the DB2 LOAD utility.
Valid in: DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software)
Default: user ID and second level DSN qualifier
Requirement: To specify this option, you must first set BULKLOAD=YES.
Data source: DB2 under z/OS
See: BULKLOAD= data set option

Syntax

BL_DB2UTID=utility-ID

Syntax Description

utility-ID
a character string up to 16 bytes long.

Details

By default, the value for this option is the user ID concatenated with the second-level data set name qualifier. The generated ID appears in output that is written to the DB2PRINT data set name. This name generation makes it easy to associate all information for each utility execution and to separate it from other executions.