WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON
A FILE?
Answers were Sorted based on User's Feedback
Answer / avinash
There are some conditions,
1. File should be decare in FILE-CONTROL, FILE SECTION.
2. file should be closed before opening it other wise ut
will gives error.
| Is This Answer Correct ? | 6 Yes | 0 No |
Explain the difference between comp & comp-3?
How we create file in COBAL400
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
Explain the syntax of redefine?
Explain the input procedure?
What is redefine?
What is input procedure?
seqence numbers in cobol
write a cobol program to display prime numbers between 1 to 100?
How to detect record is locked 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.
what is PERFORM? and its types?