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 we can update data area in cobol 400 program?
Define redefine and its syntax?
write a cobol program to display prime numbers between 1 to 100?
What are fillers? What is the actual use of fillers? With mall/simple example?
can i anyone tell me how to use copybooks in cobol
How to update data area in cobol 400 program?
Explain the syntax of redefine?
What are the types of perform?
How to detect record is locked in cobol/400? What is the solution for that?
It's possible use %TRIM statement like rpgile?
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
Explain the output procedure?