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 |
When search all is used in cobol program without sorted input data
Explain how to update data area in cobol 400 program?
can i anyone tell me how to use copybooks in cobol
what is the difference between comp & comp-3?
What are fillers?
What is sort?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
Arrays in COBOL/400
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
what is redefine and its syntax?
Explain the difference between section, paragraph and sentences?
What is perform?