What is file status 92?
Answers were Sorted based on User's Feedback
Answer / amarnadh reddy
Logic Error. For example: If file opened in Input mode and
try to insert the records in that file
| Is This Answer Correct ? | 19 Yes | 4 No |
Answer / balmukund bihari
if is lock with a KEY and Update / Delete is performed with
another KEY then status 92 will be apear. To resolve the
issue delete/update should be perfomed by the same key.
| Is This Answer Correct ? | 3 Yes | 5 No |
How many maximum number of procedures can we write in one COBOL program?
Explain fixed length record in cobol? with suitable example
what r the types of perform statement
what happens if we wont give timestamp in precompilation process ?
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
what is the maximum error code in mainframe
How you can read the file from bottom?
What is the LINKAGE SECTION used for?
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
How do you reference the following file formats from cobol programs?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?