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
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the compute verb? How is it used?
What are the pertinent COBOL
Explain the configuration section of a cobol program with examples of syntax.
IF I mention stop run in CICS what happens?
Why occurs cannot be used in 01 level in COBOL?
How do you define a variable of comp-1 and comp-2?
Write a program to explain size error.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
In which area will you utilize 88 level items in cobol?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how do you reference the fixed unblock file formats from cobol programs
Give some examples of command terminators?
What is link edit in cobol?