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
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How can you get the ksds file records into your cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how to move the records from file to array table. give with code example
How do define dynamic array in cobol.
How to remove 2 duplicate records and copy only one using job control language?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Explain the configuration section of a cobol program with examples of syntax.
Why did you choose to work with ibm mainframe cobol programming?
Define static linking and dynamic linking.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is rmode(24)
Write a cobol program making use of the redefine clause.
How to print 10 to 1 if the input have only 10 digit number?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?