Trailing-Edge
-
PDP-10 Archives
-
bb-l014r-bm_tops20_v6_1_atpch_18
-
autopatch/cbl13r.ctl
There are 3 other files named cbl13r.ctl in the archive. Click here to see a list.
;
; CBL13R.CTL -- Patch and rebuild COBOL-REP-V13
; Version 1(3)
; April 23, 1984 /JEH
;1 June 1, 1984 /rbw [Autopatch Encryption]
;2 December 12, 1984 / HAH add DBMS logic
;3 March 14, 1985 / HAH Copy C8XSHR and COBLIB to PAT:
;4 February 11, 1988 /HAH remove DBMS logic
;
;
; COPYRIGHT (c) 1984,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 updates all components of COBOL-REP-V13.
;
; For this .CTL file to run, the connected directory must be
; the patching directory (PAT:).
;
; This control file is expected to run without errors.
;
; Decryption occurs during PEPB - INITIALIZE processing.
; This control file assumes that we are delivering only one of the possible
; configurations of COBOL-REP-V13.
;
@PEPB
*INITIALIZE COBOL-REP-V13
*EXIT
!
!
@DEFINE DSK:
@COPY PAT:C8XSHR.REL
@COPY PAT:COBLIB.REL
@PEPB
*SIGNAL-SUCCESS COBOL-REP-V13
*EXIT
@GOTO EXIT
%ERR::
@GOTO ERROR
%TERR::
ERROR::
@PEPB
*SIGNAL-FAILURE COBOL-REP-V13
*EXIT
EXIT::
%FIN::