1.CDO> DEFINE DATABASE DISG_FILE USING EMPLOYEE_STORAGE
cont> ON DISK1:[DISG]EMP.DAT.
In this example, the DEFINE DATABASE command creates the
physical DISG_FILE RMS database in the OpenVMS EMP.DAT file on
disk, using the logical EMPLOYEE_STORAGE RMS database element.
2.CDO> DEFINE DATABASE EMPLOYEES
cont> AUDIT IS /* INFORMATION ON CURRENT "EMPLOYEES" */
cont> USING EMPLOYEE_DATABANK ON DISK2:[SMITH]MORE_EMP.DATA.
In this example, the DEFINE DATABASE command creates the
physical EMPLOYEES RMS database on disk in the OpenVMS
MORE_EMP.DATA file, using the EMPLOYEE_DATABANK RMS database
element.