How u detect record is locked in Cobol/400 ?
Wat is the solution for that ?
Answers were Sorted based on User's Feedback
Answer / mvrk
Check the file status, if the file status is 9D then it indicates that the record is locked. Solution should be READ the file with NO LOCK.
Please correct me if i am wrong.
| Is This Answer Correct ? | 14 Yes | 2 No |
What are fillers?
what is PERFORM? and its types?
Explain what all the conditiones required for using open opcode on a file?
What is input procedure?
define comp?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
Explain the input procedure?
How to detect record is locked in cobol/400?
Define redefine and its syntax?
What is the syntax of redefine?
Explain the difference between comp & comp-3?
Explain how to detect record is locked in cobol/400? What is the solution for that?