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 pertinent COBOL commands?
How many bytes S(8) comp field occupy and its maximum value?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
how do you define single dimensional array and multidimensional array in your cobol?
How do define dynamic array in cobol.
example for sub strings ? and refernce modifications whit output pls
What is redefines clause in COBOL?
how do you reference the variable unblock file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
Name the sections present in data division.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is length is cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How to remove 2 duplicate records and copy only one using job control language?