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 |
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
What is sort?
What is sort? And its syntax?
What is input procedure?
Explain the difference between section, paragraph and sentences?
What are fillers? What is the actual use of fillers? With mall/simple example?
Arrays in COBOL/400
What are the types of perform?
what is the difference between SEARCH and SEARCHALL?
how array can be declare in cobol?
What is the syntax of sort?
How to detect record is locked in cobol/400?