How can we know that cobol program is using report file or
simple file....?
Answer Posted / bobby
Report Composer uses the AFTER ADVANCING phrase.
There is also a compiler option ADV/NOADV which tells that
this is report file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are all the divisions of a COBOL program?
Write a program to enter and display the names of students in a class using the occurs clause.
how do you reference the fixed unblock file formats from cobol programs
Name some of the examples of COBOl 11?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to remove 2 duplicate records and copy only one using job control language?
What are declaratives and what are their uses in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Explain the configuration section of a cobol program with examples of syntax.
) How do u handle errors in BMS macro