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 |
how array can be declare in cobol?
What is the actual use of fillers?
Define redefine?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
What is redefine?
Define sort?
What is perform?
Explain the output procedure?
How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC * EVALUATE TRUE WHEN SQLCODE = +000 MOVE WS-COUNT TO Copybook field WHEN SQLCODE = +100 MOVE ZEROES TO Copybook field
Explain the syntax of sort?
How COBOL helps Mainframe to maintain large records ???