This Natural profile parameter is used to translate the database ID/file number of a production database into the database ID/file number of a test database.
Caution:
This parameter applies to user files only. It does not apply
                     			 to system files.
                  
| Possible settings | production-DBID | 0 - 65535, except255, or can
                           						be an asterisk (*) which stands for all DBIDs.Note: | 
|---|---|---|
| production-FNR | 1 - 5000, or an asterisk (*) which stands
                           						for all FNRs. | |
| test-DBID | 0 - 65535, except255. | |
| test-FNR | 1 - 5000 | |
| Default setting | none | |
| Dynamic specification | yes | This parameter can be specified dynamically and in the
                           						Natural parameter file NATPARM. | 
| Specification within session | no | 
Notes:
TF parameter, you specify the production DBID/FNR and
                     				the test DBID/FNR. The Natural objects are then cataloged with the production
                     				DBID/FNR, but whenever a database access is executed, the production DBID/FNR
                     				is translated into the test DBID/FNR; that is, the test database is used. This
                     				means that testing can take place in the actual production environment, but not
                     				with production data.
                  production-DBID and
                     				production-FNR is mutually
                     				exclusive.
                  The following topics are covered below:
The TF parameter is specified as follows:
               
| TF=(production-DBID,production-FNR,test-DBID,test-FNR) | 
The TF parameter can be specified several
                  			 times. Existing specifications are displayed in a corresponding list box.
               
If multiple TF parameters are specified, the
                  			 following applies:
               
If one TF specification exists for a specific DBID/FNR and one with a wildcard also matches the specified FNR, the one with the wildcard is used.
For example: The TF settings (5,2,3,7) and
                        				  (5,*,7,8) translate 5/2 and give 7/8.
                     
If one TF specification exists for a specific DBID/FNR and one with a wildcard also matches the specified DBID, the one with the exact specification is used.
For example: The TF settings (5,4,3,7) and
                        				  (*,4,3,1) translate 5/4 and give 3/7.
                     
Notes:
NATPARM,
                     				the Adabas is used as default type; that is, SQL and XML databases must be
                     				specified explicitly.
                  1. The DBID must be in the range of 0-254.
                  UDB (User Database ID) is
                     				evaluated before the TF parameter is evaluated.