COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-13
How to Use the Message List
051 175 Operation other than OPEN on file that is not open
052 176 File is not opened for timed I/O
053 177 OPEN OUTPUT when file not on output device
054 178 Relative file not defined as ORGANIZATION RELATIVE
055 179 Sequential file not defined as ORGANIZATION SEQUENTIAL
056 180 Non-disk or unstructured file and not sequential organization
057 181 OPEN operation failed with error nnn
058 182 Prime key offset in program does not match file
059 183 Prime key size in program does not match file
060 184 Purge of file during OPEN failed with error nnn
061 185 Purge data from file during OPEN failed with error nnn
062 78 EDITREAD failed with code -n
063 186 READ operation failed with error nnn
064 187 READ WITH LOCK on file with read ahead or an OSS file
065 188 READ positioning failed with error nnn
066 189 Sequential READ requested when current position is undefined
067 190 Wrong open mode for READ
068 191 Reel swap failed with error nnn
069 192 Sequential REWRITE must follow successful READ
070 193 REWRITE positioning failed with error nnn
071 194 REWRITE repositioning failed with error nnn
072 195 Wrong open mode for REWRITE
073 196 Sequential REWRITE permitted only with same record size
074 197 REWRITE operation failed with error nnn
075 none CLOSE LOCK while same file open elsewhere in run unit
076 198 START operation failed with error nnn
077 199 START positioning failed with error nnn
078 200 Wrong open mode for START
079 201 System node not available or does not exist
080 202 LOCKFILE, UNLOCKFILE or UNLOCKRECORD on file that is not
open
081 203 OPEN on unstructured file described without fixed length records
082 204 Writing end of file failed with error nnn
Table 48-1. COBOL Message Mapping (page3of5)
Msg. No.
Original Message TextOriginal CRE
* Original COBOL message 121 maps into CRE messages numbers one through nine.