What is the difference between copy and include in cobol?
Answer Posted / srinivas
As far as I know, we use INCLUDE in COBOL-DB2 programs to copy the contents of the DCLGEN to the program. The only difference between INCLUDE and COPY is that while INCLUDE is executed at pre-compile time (by the SQL compiler), COPY is executed at compile time(by the COBOL compiler)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What are the rules of the move verb?
What is report-item in COBOL?
What is the difference between goback, stop run and exit program in cobol?
Which is not true about evaluate statement
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are different data types in cobol?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are the cobol coding sheets?
Why would you use find and get rather than to obtain?
What is the usage of comp fields in cobol?
What is the difference between binary search and sequential search?
Why did you choose to work with ibm mainframe cobol programming?
What are various search techniques in cobol? Explain.