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 do you reference the variable unblock file formats from cobol programs
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
how to convert the recors form vsam file to db2 table tru file aid
how would find total records in files using seqientional
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
What are options have been removed in COBOL 11?
how to transfer the file from pc to mainframe??
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
What are various search techniques in cobol? Explain.
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
Define in-line perform?