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 |
define sort? and its syntax?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
seqence numbers in cobol
Explain the difference between search and searchall?
Explain the output procedure?
What is the syntax of redefine?
Explain the types of perform?
Code how to read 5th element of the array?
can i anyone tell me how to use copybooks in cobol
What is the actual use of fillers?
what is the difference between comp & comp-3?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code