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 is the difference between structured cobol programming and object alternativelyiented cobol?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Write down the divisions of cobol program?
Difference between cobol and cobol-ii?
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 use the same COBOL program in Batch and CICS on lines? explain with an example
How to remove 2 duplicate records and copy only one using job control language?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do you get the data to code the BMS macro?
What is the compute verb? How is it used?
What is link edit in cobol?
How do you define a variable of comp-1 and comp-2?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
) How do u handle errors in BMS macro?
What is rmode(24)