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 is PERFORM? and its types?
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
How to detect record is locked in cobol/400? What is the solution for that?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
What is the syntax of sort?
write a cobol program to display prime numbers between 1 to 100?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
Arrays in COBOL/400
01 A PIC 9. 01 B PIC 99V1. 01 C PIC 99. MOVE 1 TO A. MOVE 0.2 TO B. COMPUTE C ROUNDED TO 3/3 + A.
Explain the syntax of redefine?
Define perform? And its types?
Explain the input procedure and output procedure?