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 report-item in COBOL?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
how to move the records from file to array table. give with code example
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
Difference between array and sub-script ?
What the difference is between continue and next sentence?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
what is srange and nosrange pls reply to ths question ?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
How many sections are there in data division?.