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 |
What is the default value of DISP for temp datasets
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
why occurs clause not mentioned in 01 level
6 Answers HCL, NIIT, TCS, Tesco,
How include time & date in the report generation in cobol programing?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to remove 2 duplicate records and copy only one using job control language?
what is the difference between perform varying and perform until
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
what is the diff b/w select stsmt and cursor ?
Explain fixed length record in cobol? with suitable example