! This is a sample SETUP.CMD, used with DBMS20.CTL. It's purpose ! is to select the host languages for which to create DBMS-20 support, ! to select the system software to be used by DBMS20.CTL, ! and to define the directory into which the final DBMS-20 products will ! be placed (automatic integration). Wherever physical names are used ! in this command file, it is assumed that you will modify the names to ! meet the needs of of your site. ! ! Each of the next four lines selects a host language for DBMS-20 support. ! If you comment out a line (put exclamation point before it), or supply ! a ficticious directory name, that language will not be given DBMS-20 ! support. DEF C13: LANG: DEF C68: LANG: DEF C74: LANG: DEF F7: LANG: ! ! Now create the search list for DBMS20.CTL. DEF DBMS20-LIBSRC: C13:,C68:,C74:,F7: ! ! This line defines the source of system software for DBMS20.CTL. ! It should be commented out of the system-wide SYS: definition is sufficient. DEF SYS: PS: ! ! This line determines where to place the final products. It should be ! commented out if you do not wish to automatically integrate DBMS-20 ! into your system. DEF DBMS20-INTEGRATION: PS: ! TAK