Google
 

Trailing-Edge - PDP-10 Archives - BB-4148F-BM_1984 - tools/dbms20-setup.cmd
There is 1 other file named dbms20-setup.cmd in the archive. Click here to see a list.
! 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:<COBOL-13-INSTALLATION>
DEF C68: LANG:<COBOL-68-INSTALLATION>
DEF C74: LANG:<COBOL-74-INSTALLATION>
DEF F7: LANG:<FORTRAN-7-INSTALLATION>
!
! 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:<SUBSYS>
!
! 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:<NEW>
!
TAK