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
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.
Write a cobol program making use of the redefine clause.
Why would you use find and get rather than to obtain?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the utilization of copybook in cobol?
What rules are followed by the search verb.
How do you get the data to code the BMS macro?
How do we get current date from system with century in COBOL?
Mention the guidelines to write a structured cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
HOw can I get the negative sign while deduct high value from low value
Write down the divisions of cobol program?
Name the sections present in data division.
In COBOL, what is the different between index and subscript?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this