Google
 

Trailing-Edge - PDP-10 Archives - tops20_v6_1_tcpip_installation_tp_ft6 - uetp/lib/icsf6.ctl
There are 4 other files named icsf6.ctl in the archive. Click here to see a list.
! ICSF6
! Compile and run DIL Installation Tests for DECSYSTEM-20 Fortran V6
!
!           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 )%
!
!==
!
! This control file compiles and runs the DIL Installation  Verificaion
! Tests for DECSYSTEM-20 FORTRAN V6.   It is necessary for the  program
! FD6T1.FOR to have the following directory:
!
!                  directory name: PS:<DIL-TEST>
!                        password: DIL-TEST
! 
! If this directory  does not  exist you  must EITHER  1) create  the
! directory as VALID login directory, or 2) edit the program and this
! file so that  the login  directory that is  used is  a valid  login
! directory of your choice.
!
! The programs  included  in this  test  stream use  only  the  local
! network node, but  WILL require  the use of  the FAL  on the  local
! node.  Programs will fail with  the error DIT-NETOPERFAIL if  there
! is not a FAL available.
@
! compile all the Fortran V6 DECSYSTEM-20 installation verification tests
@FORTRA
*F6T1=F6T1
*FT6T1=FT6T1
*FD6T1=FD6T1
*
@
! link all the Fortran V6 DECSYSTEM-20 installation verification tests
@link
*F6T1,SYS:DIL/SE/G
@save
@
@link
*FT6T1,SYS:DIL/SE/G
@save
@
@link
*FD6T1,SYS:DIL/SE,SYS:XPORT/SE/EXCLUDE:XFUNCT/G
@save
@
! run all the Fortran V6 DECSYSTEM-20 installation verification tests
@run F6T1
@
@run FT6T1
*This is data for FT6T1 for the first send
*This is data for FT6T1 for the second send
@run FD6T1
*DIL-TEST
*This is data for FD6T1 for writing to the remote file PS:<DIL-TEST>DAP.TST.
@