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
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
What is input procedure?
Define sort?
Explain how to detect record is locked in cobol/400? What is the solution for that?
What are fillers?
Explain the difference between section, paragraph and sentences?
What is the syntax of redefine?
seqence numbers in cobol
How to update data area in cobol 400 program?
Explain what all the conditiones required for using open opcode on a file?
Explain the input procedure and output procedure?
Explain the difference between search and searchall?
How to detect record is locked in cobol/400?
What is comp?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?