The ADABAS_DEFAULT_DBID statement specifies the DBID value that PowerExchange uses when a data map specifies 0 in the
Database ID
property and the bulk data movement session does not specify an override value.
z/OS
Adabas
No
ADABAS_DEFAULT_DBID={
dbid
|
0
}
For the
dbid
variable, enter a number from 0 through 65535. Default is 0.
You can include leading zeros in the DBID value. For example, to specify 100 as the default DBID, you can define any of the following statements:
ADABAS_DEFAULT_DBID=100
ADABAS_DEFAULT_DBID=0100
ADABAS_DEFAULT_DBID=00100
To ease migration of data maps from one PowerExchange environment to another, enter 0 in the
Database ID
property of the data map. Then, define an ADABAS_DEFAULT_DBID statement in each environment to provide the DBID value. Alternatively, to override the DBID value specified in a data map, set a value in the
Database Id Override
attribute of the bulk data movement session in PowerCenter or, if you use ODBC, in the ODBC parameters.