How u detect record is locked in Cobol/400 ?
Wat is the solution for that ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the syntax of redefine?
Explain the difference between search and searchall?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Define sort?
Define redefine and its syntax?
Define redefine?
Explain the input procedure?
How to detect record is locked in cobol/400? What is the solution for that?
What is comp?
Explain the output procedure?
Explain what all the conditiones required for using open opcode on a file?
why icetool be used in programmer view?
What is sort?
What are fillers?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?