Z#FILEST
0 Successful Completion
00 No further information
02 Indexed file with alternate keys that allow duplicates. Duplicate key
04 READ statement. Length of the record not conform to fixed file attrib
05 OPEN statement. the referenced optional file is not present.
07 OPEN\CLOSE statement. NO REWIND, REEL/UNIT, FOR REMOVAL ...
1 At end condition
10 On a sequential READ statement End of the file had been reached.(EOF)
14 A sequential READ - Record number larger the size of the relative key
2 Invalid Key Condition.
21 A sequence error exists for a sequentially accessed indexed file.
22 WRITE a record that would create a duplicate key in a relative file.
23 An attempt was made to randomly access a record that does not exist.
24 An attempt was made to write beyond the externally defined boundaries
3 Permanent error condition
30 No further information
34 A permanent error exists because of a boundary violation; seq. file.
35 OPEN with INPUT, I-O, or EXTEND on a non-optional file not present.
37 OPEN a file that would not support the open mode.
38 An OPEN statement was attempted on a file previously closed with lock
39 OPEN conflict detected - fixed file attrib. vs attrib. of in the prog
4 Logic error condition.
41 An OPEN statement was attempted for a file in the open mode.
42 A CLOSE statement was attempted for a file not in the open mode.
43 REWRITE error -READ statement unsuccessful.
44 A boundary violation exists -rewrite file record not the same size.
46 Sequential READ for no valid next record
47 READ was attempted on a file not open in the input or I-O mode.
48 WRITE was attempted on a file not open in the I-O, output, or extend.
49 DELETE or REWRITE was attempted on a file not open in the I-O mode.
9 Implementor-defined condition
90 No further information
91 For VSAM only on MVS and VM: Password failure. Authorization failure.
92 Logic error.
93 For all files, except QSAM: Resource not available
94 No file position indicator for sequ. request. Concurrent open error.
95 For all files, except QSAM: Invalid or ncomplete file information.
96 OPEN with OUTPUT or EXTEND on optional file, no DD stat. specified.
97 OPEN execution successful - Errors related to remote file access.
98 Open failed due to locked file.
99 Record access failed due to locked record.
00 No further information
02 Indexed file with alternate keys that allow duplicates. Duplicate key
04 READ statement. Length of the record not conform to fixed file attrib
05 OPEN statement. the referenced optional file is not present.
07 OPEN\CLOSE statement. NO REWIND, REEL/UNIT, FOR REMOVAL ...
1 At end condition
10 On a sequential READ statement End of the file had been reached.(EOF)
14 A sequential READ - Record number larger the size of the relative key
2 Invalid Key Condition.
21 A sequence error exists for a sequentially accessed indexed file.
22 WRITE a record that would create a duplicate key in a relative file.
23 An attempt was made to randomly access a record that does not exist.
24 An attempt was made to write beyond the externally defined boundaries
3 Permanent error condition
30 No further information
34 A permanent error exists because of a boundary violation; seq. file.
35 OPEN with INPUT, I-O, or EXTEND on a non-optional file not present.
37 OPEN a file that would not support the open mode.
38 An OPEN statement was attempted on a file previously closed with lock
39 OPEN conflict detected - fixed file attrib. vs attrib. of in the prog
4 Logic error condition.
41 An OPEN statement was attempted for a file in the open mode.
42 A CLOSE statement was attempted for a file not in the open mode.
43 REWRITE error -READ statement unsuccessful.
44 A boundary violation exists -rewrite file record not the same size.
46 Sequential READ for no valid next record
47 READ was attempted on a file not open in the input or I-O mode.
48 WRITE was attempted on a file not open in the I-O, output, or extend.
49 DELETE or REWRITE was attempted on a file not open in the I-O mode.
9 Implementor-defined condition
90 No further information
91 For VSAM only on MVS and VM: Password failure. Authorization failure.
92 Logic error.
93 For all files, except QSAM: Resource not available
94 No file position indicator for sequ. request. Concurrent open error.
95 For all files, except QSAM: Invalid or ncomplete file information.
96 OPEN with OUTPUT or EXTEND on optional file, no DD stat. specified.
97 OPEN execution successful - Errors related to remote file access.
98 Open failed due to locked file.
99 Record access failed due to locked record.
Comentários
Enviar um comentário