How can we know that cobol program is using report file or
simple file....?
Answer Posted / suresh ramaiyan
If the program uses the simple file then the statement used
to write into that is "WRITE REC-NAME".
If the program uses the report file then the statement used
to write into that is "GENERATE REC-NAME".
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the different rules of SORT operation?
Write the code implementing the perform … varying.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Name some of the examples of COBOl 11?
Which division and paragraphs are mandatory for a COBOL program?
How do define dynamic array in cobol.
Explain the configuration section of a cobol program with examples of syntax.
In COBOL programming, what is PERFORM? What is VARYING?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Differentiate between structured cobol programming and object-oriented cobol programming.
Explain what you understand by passing by value.
What is difference between static and dynamic call in cobol?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the difference between Call and a Link?
How do you get the data to code the BMS macro?