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
In which area will you utilize 88 level items in cobol?
What is the usage of comp fields in cobol?
Name the sections present in data division.
how to access the file from prodution from changeman tool and to submit a file to production
Explain how you can characterize tables in cobol?
What is the difference between external and global variables in COBOL?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How do get the result of your program directly on your pc?
How you can characterize tables in cobol?
Mention the guidelines to write a structured cobol program?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between perform … with test after and perform … with test before?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How to know whether the module is dynamical or statistical?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?