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 |
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
Difference between next and continue clause
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Why we are using comp and comp-3 in real time projects?
what will happen if i give program name and member name as different? program runs successful or w'll abend?
how we separate the cobol cics statements from cobol&cics programming?
Minimum how many Number of Paragraphs are there in ID- Divison?
What is a subscript ?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
Explain about different table spaces.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
how many bytes does s9(7)COMP-3 field occupies?