What is the mode in which you will OPEN a file for writing?
Answer Posted / suputhru
I agree with vikas,
only in 2 modes: Output and Extend.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
Explain how you can characterize tables in cobol?
Name the divisions, which are available in a cobol program?
What rules are followed by the search verb.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how to access the file from prodution from changeman tool and to submit a file to production
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How arrays can be defined in COBOL?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is report-item in COBOL?
Write a program to explain size error.
what is amode(24), amode(31), rmode(24) and rmode(any)?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the Purpose of Pointer in the string?