WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON
A FILE?

Answers were Sorted based on User's Feedback



WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?..

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

WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?..

Answer / shobhit

Use UC(User Control)in positon 58 in F spec.

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More COBOL400 Interview Questions

How we can update data area in cobol 400 program?

12 Answers   Accenture,


Define redefine and its syntax?

0 Answers  


write a cobol program to display prime numbers between 1 to 100?

5 Answers   Cap Gemini, NISA,


What are fillers? What is the actual use of fillers? With mall/simple example?

0 Answers  


can i anyone tell me how to use copybooks in cobol

1 Answers  






How to update data area in cobol 400 program?

0 Answers  


Explain the syntax of redefine?

0 Answers  


What are the types of perform?

0 Answers  


How to detect record is locked in cobol/400? What is the solution for that?

0 Answers  


It's possible use %TRIM statement like rpgile?

2 Answers  


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

2 Answers   HP,


Explain the output procedure?

0 Answers  


Categories