How to: |
The commands SET DBNAME and SET DICTNAME enable you to dynamically change the DBNAME and DICTNAME parameters at any time during your FOCUS session.
If you do not issue these commands, the adapter reads the DBNAME and DICTNAME from the Access File. However, once you issue them, the DBNAME and DICTNAME values you set take precedence over those in your Access Files. The new values remain in effect until you either:
TSO IDMSR SET DBNAME {dbname|DEFAULT}
TSO IDMSR SET DICTNAME {dictname|DEFAULT}
where:
Is the IDMS database name that you want to access.
Is the IDMS dictionary name that you want to access.
Causes the adapter to read the value from the Access File.
To display the settings that are currently in effect, issue the following command:
TSO IDMSR SET ?
The following example changes the DBNAME and DICTNAME parameters:
TSO IDMSR SET DBNAME EMPDEMO TSO IDMSR SET DICTNAME APPLDICT
Information Builders |