What is file status 92?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the sections present in data division.

691


Have you used comp and comp-3 in your project? And how?

2003


What are the various section in data division and briefly explain them.

683


How to print 10 to 1 if the input have only 10 digit number?

802


HOw can I get the negative sign while deduct high value from low value

1779






i want a program using by if, evaluate , string, unstring, perform, occurs?

4034


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3706


How do you reference the fixed block file formats from cobol programs

692


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

632


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

619


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1916


how do you reference the printer file formats from cobol programs

644


how to refer the data field?

1793


What is static and dynamic call in cobol?

586


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1103