Now, you can save your searches to easily repeat search requests.
Saving a search is as easy as 1-2-3:
1. Perform a search. The Search Results page opens. 2. Optionally, choose filters or update your search term. 3. Click Save Search.
You can access saved searches from a list next to the Search field that appears on every page. Saved searches store the search term and any search filters that you apply.
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.