Google
 

Trailing-Edge - PDP-10 Archives - BB-R775A-BM - sources/icsfor.vax-com
There are 2 other files named icsfor.vax-com in the archive. Click here to see a list.
$! ICSFOR
$! Compile and run VAX/VMS Fortran DIL Installation Verification tests
$!
$!           COPYRIGHT (C) DIGITAL EQUIPMENT CORPORATION 1982, 1983
$!
$! This software is furnished under a license and may be used and
$! copied only in accordance with the terms of such license and with
$! the inclusion of the above copyright notice.  This software or any
$! other copies thereof may not be provided or otherwise made available
$! to any other person.  No title to and ownership of the software is
$! hereby transferred.
$!
$! The information in this software is subject to change without notice
$! and should not be construed as a commitment by Digital Equipment
$! Corporation.
$!
$! Digital assumes no responsibility for the use or reliability of its
$! software on equipment which is not supplied by Digital.
$!
$!
$! Facility: DIL-TEST
$! 
$! Edit History:
$! 
$! new_version (1, 0)
$!
$! Edit (%O'1', '14-Jan-83', 'Sandy Clemens')
$! %(  Add the DIL Installation Verification batch control files for
$!     the VAX, DECSYSTEM-20 and DECsystem-10 to the library.
$!     Files: ICSCBL.CTL (NEW), ICSF6.CTL (NEW), ICSF7.CTL (NEW),
$!     ICSCBL.10-CTL (NEW), ICSF6.10-CTL (NEW), ICSF7.10-CTL (NEW),
$!     ICSCOB.VAX-COM (NEW), ICSFOR.VAX-COM (NEW), DILTHST.TXT(NEW) )%
$!
$! Edit (%O'2', '25-Jan-83', 'Sandy Clemens')
$! %(  Add copyright and liability waiver to whatever needs it.
$!     Files: ICSCBL.10-CTL, ICSCBL.CTL, ICSCOB.VAX-COM, ICSF6.10-CTL,
$!     ICSF6.CTL, ICSF7.10-CTL, ICSF7.CTL, ICSFOR.VAX-COM )%
$!
$!==
$!
$! The test program  FD32T1.FOR uses the  default logged in  directory
$! when it write the file DAP.TST.
$
$! first compile all the VAX Fortran installation test files
$
$fortran F32T1
$fortran FT32T1
$fortran FD32T1
$
$! link all the VAX Fortran installation test files
$
$link F32T1,SYS$LIBRARY:DIL/LIB,SYS$LIBRARY:XPORT/LIB
$link FT32T1,SYS$LIBRARY:DIL/LIB,SYS$LIBRARY:XPORT/LIB
$link FD32T1,SYS$LIBRARY:DIL/LIB,SYS$LIBRARY:XPORT/LIB
$
$! run the VAX Fortran installation tests
$
$ r F32T1
$ r FT32T1
This is data for FT32T1 for the first send
This is data for FT32T1 for the second send
$ r FD32T1
This is data for FD32T1 for writing to the remote file DAP.TST.
$