Trailing-Edge
-
PDP-10 Archives
-
BB-Z759A-SM
-
cobol-source/cobol.cmd
There are 15 other files named cobol.cmd in the archive. Click here to see a list.
MOUNT STR CBL20:
! ACCESS command must be given in PS:BATCH.CMD, since we
! are using a private pack.
DEFINE COBOL-SOURCE: <COBOL> !Sources from the tape
DEFINE COBOL-BUILD: <COBOL-REL> !DSK: for the COBOL build
DEFINE COBOL-BINARY: <COBOL-BIN> !Files to go to <SUBSYS>
DEFINE COBOL-DOCUMENTATION: <COBOL-DOC> !Documentation area
DEFINE DBMS-BUILD: <DBMS-BUILD> !Build area for DBMS
DEFINE DBMBLD: DBMS-BUILD: !Same area but only six char
DEFINE SORT-BUILD: <SORT-REL> !Build area for SORT
DEFINE SBUILD: SORT-BUILD: !Same area but only six char
DEFINE SORT-SOURCE: <SORT> !Source for SORT
DEFINE SORT-BINARY: <SORT-BIN> !Files to go to <SUBSYS>
DEFINE SORT-DOCUMENTATION: <SORT-DOC> !Documentation area
DEFINE UETP-DIRECTORY: <UETP.LIB> !Files for UETP.LIB
DEFINE FIELD-TEST: <COBOL-FIELD-TEST> !Field test specific area
DEFINE SYS: <COBOL>,<COBOL-BIN>,SYS:
DEFINE UNV: DSK:,<COBOL-BIN>,SYS:
DEFINE DSK: DSK:,COBOL-SOURCE: