Trailing-Edge
-
PDP-10 Archives
-
integ_tools_tops20_v7_30-apr-86_dumper
-
tools/10backup/bms.msg
There are 8 other files named bms.msg in the archive. Click here to see a list.
.title BMS 10BACKUP Messages
.ident 'BMS v1.0'
!
! This module is part of 10BACKUP - a program to read DECsystem-10
! BACKUP tapes in INTERCHANGE mode on a VAX.
!
! The source modules that make up the 10BACKUP program are:-
!
! 10BACKUP.BAS the main line program.
! BIO.BAS contains tape and file IO routines.
! BUR.MAR is a set of macro utility routines.
! C36.MAR contains 36 bit conversion routines.
! BMS.MSG contains the error message definitions.
! 10BACKUP.RNH Runoff input to build the help library.
!
!
!
.facility 10BACKUP,1/PREFIX=BMS_
!
!
.severity severe
MODERR <Mode error in tape open - internal problems>
!
!
.severity error
SEQERR <Blocks on tape out of sequence>
BADRECSIZE <Tape block encountered with incorrect block size>
CHECKSUM <Check sum error on tape block>
BADHEADER <Tape block header contains bad data>
BADTYPE <Bad tape block type encountered>
UNRECMD <Unrecognised command>
NOTAPE <No tape device specified for operation>
ENDOFILE <End of tape encountered>
SIXBITSIZE <Sixbit record size is out of range>
!
!
.severity warning
NOTSSBLK <Wrong block type encountered when expecting save set>
UNEXPECTYPE <Unexpected block type encountered>
NOFILEND <Save set ended while still inside a file>
FILENOEOF <Encountered a new file while still in file>
DATANOFILE <Encountered data not inside a file>
EOFNOFILE <Encountered file end without file>
NONAME <File encountered without file name block>
NOATTRIBUTES <File encountered without file attributes block>
!
!
.severity information
!
!
.END