Trailing-Edge
-
PDP-10 Archives
-
DEC_CMS-20_V1.0_SRC
-
cms/sources/vcnusr.req
There are no other files named vcnusr.req in the archive.
! vcnusr.req -- Require file used by vcntrl.bli
!
! COPYRIGHT (C) 1982 BY
! DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS.
!
! 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: CMS Library processor
!
! Abstract:
!
! This require file provides the definition require by vcntrl.bli
! which is responsible for verifying the CMS control files.
!
! Environment: VAX/VMS, DS-20
!
! Author: R. Wheater Creation Date: 8-Aug-80
!
!--
! the following definition are use a codes for each of the control
! file used in the CMS Library.
literal
K_cfile_base = 5000; ! control file base
! the following codes are for each of the control files
$literal
k_unk_code = k_cfile_base + $distinct, ! all other files
k_lok_code = k_cfile_base + $distinct, ! lock file
k_log_code = k_cfile_base + $distinct, ! log file
k_xxx_code = k_cfile_base + $distinct, ! xxx file
k_err_code = k_cfile_base + $distinct, ! err file
k_bad_code = k_cfile_base + $distinct, ! bad file
k_fin_code = k_cfile_base + $distinct, ! fin file
k_atr_code = k_cfile_base + $distinct, ! atr file
k_def_code = k_cfile_base + $distinct, ! def file
k_res_code = k_cfile_base + $distinct, ! res file
k_rep_code = k_cfile_base + $distinct, ! int file
k_int_code = k_cfile_base + $distinct; ! int file
! -- LAST LINE