Installation of the FORTRAN Programming Tools 1. Mount the distribution tape, e.g. : MOUNT/FOREIGN MTA0: 2. Copy all files to a directory, e.g. : BACKUP MTA0: DUA0:[TOOLS] 3. Define symbols for the programs as follows (with device names appropriate to the system : DEFINE/SYSTEM MERLIB DUA0:[TOOLS]MERLIB.OLB { or } { ASSIGN/SYSTEM DUA0:[TOOLS]MERLIB.OLB LNK$LIBRARY } { } { NOTE: This option provides for automatic searching of the } { MERLIB library anytime unresolved references are found by } { a LINK command. } BUGOUT :== @DUA0:[TOOLS]BUGOUT CHECK72 :== $DUA0:[TOOLS]CHECK72 CLEAN*UP :== @MERLIN:CLEANUP DOUBLE :== @DUA0:[TOOLS]DOUBLE EIGHTY :== @DUA0:[TOOLS]EIGHTY FILTER :== $DUA0:[TOOLS]FILTER FLS :== @DUA0:[TOOLS]FLS FORTL*IST :== $DUA0:[TOOLS]FORTLIST FORTVMS :== $DUA0:[TOOLS]FORTVMS FS :== @DUA0:[TOOLS]FS INCl*UDER :== $DUA0:[TOOLS]INCLUDER NAMEIO :== @DUA0:[TOOLS]NAMEIO REORDER :== $DUA0:[TOOLS]REORDER SEND :== $DUA0:[TOOLS]SEND SPLIT :== $DUA0:[TOOLS]SPLIT STRIP72 :== $DUA0:[TOOLS]STRIP72 STUB :== @DUA0:[TOOLS]STUB UNEIGHTY :== @DUA0:[TOOLS]UNEIGHTY UNTAB :== $DUA0:[TOOLS]UNTAB VMSFORT :== $DUA0:[TOOLS]VMSFORT 4. Copy the help files into the system help library, e.g. : LIBRARY/HELP/INSERT SYS$HELP:HELPLIB BUGOUT.HLP . . 5. Install SEND with privilege (add to system-wide startup procedure): $ INSTALL/COMMAND INSTALL> ADD DUA0:[TOOLS]SEND/PRIV=(WORLD,OPER) INSTALL> ^Z All instructions for use of the individual tools and library are included in seperate files on the distribution tape as 'specific_tool'.DOC and 'specific_tool'.HLP. If the use of a tool is very straight forward, only the .HLP file is included.