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
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the difference between Global and External Variables?
Which is not true about evaluate statement
Write the code implementing the perform … varying.
What do you understand by psb and acb?
For rewrite, why is it mandatory that file needs to be opened?
Can a Search can be done on a table with or without Index?
What guidelines should be followed to write a structured cobol prgm?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
how to move the records from file to array table. give with code example
Name the divisions, which are available in a cobol program?
What is the difference between next sentence and continue in cobol programing language?
Explain what you understand by passing by value.