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
When is inspect verb is used in cobol?
What are the pertinent COBOL
what is search and searchall?what is the diffrence between them?give an best example?
explain sorting techniques in cobol program?
Explain how you can characterize tables in cobol?
Are you comfortable in cobol or jcl?
How do you get the data to code the BMS macro?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
For rewrite, why is it mandatory that file needs to be opened?
What is the Purpose of Pointer in the string?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
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 the various section in data division and briefly explain them.
Name some of the examples of COBOl 11?
How to know whether the module is dynamical or statistical?