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
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
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.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the Purpose of Pointer in the string?
What are the different rules of SORT operation?
Which mode is used to operate the sequential file?
What is the difference between comp and comp-3?
What is perform what is varying?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
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
What are literals?
i need a small 3d program using inline and outline.
Write a cobol program making use of the redefine clause.
Why would you use find and get rather than to obtain?
In COBOL programming, what is PERFORM? What is VARYING?