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
What is the difference between comp and comp-3 usage?
What is a SSRANGE and NOSSRANGE?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do you get the data to code the BMS macro?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are the different rules to perform a Search?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Explain what you understand by passing by value.
What rules are to be followed while using the corresponding options?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Can a Search can be done on a table with or without Index?
Discuss about changing dataset name in proc.
Which is not true about evaluate statement