Google
 

Trailing-Edge - PDP-10 Archives - bb-y390o-bm_tops20_v41_atpch_20 - autopatch/cbr12c.ctl
There are 10 other files named cbr12c.ctl in the archive. Click here to see a list.
;   CBR12C.CTL -- .EXE replacement control file for COBOL-REP-V12C
;   Version 1(0)
;	March 6, 1986 / HAH
 
;
; COPYRIGHT (c) 1986, 1988 BY
;	    Digital Equipment Corporation, Maynard, MA.
;
;   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.
;

;   This .CTL file decrypts CBL74.EXE, 68274.EXE, C74LIB.REL, C74O12.EXE,
;   COBDDT.REL, CPYLIB.EXE, ISAM.EXE, LIBARY.EXE and RERUN.EXE
;   as patched to the latest level and delivered on the
;   Autopatch tape. Note that submitting this control file will result
;   in new .EXE's and .REL's being written to PAT:, possibly overwriting
;   files produced by a previous source-level rebuild.
;
;   For this .CTL file to run, the connected directory must  be
;   the patching directory (PAT:).
;
;   This control file is expected to run without errors.
;
START::

@PEPB
*INITIALIZE COBOL-REP-V12C
*EXIT

@COPY PAT:C74LIB.REL DSK:
@PEPB
*SIGNAL-SUCCESS COBOL-REP-V12C
*EXIT

@GOTO EXIT

;
;	Signal failure on error
;

%ERR::
@PEPB
*SIGNAL-FAILURE COBOL-REP-V12C
*EXIT

EXIT::
%FIN::
     
;	[END OF CBR12C.CTL]