What is the difference between copy and include in cobol?
Answer / 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 |
How much salary you are expecting? If they ask in an interview, what we have to tell?
6 Answers Tech Mahindra, Wipro,
At the minimum, which division of COBOL is enough to be coded?
perform I from 0 by 1 until I=5?How maney times it will executes
What are decleratives in COBOL ?
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
How to convert bunch of words in a line to relvant ASCII values?
What R 2 of the common forms of the EVALUATE STATEMENT ?
is it possible to rename 01 level?
What are the different rules to perform a Search?
What is COMP-1? COMP-2?
If you were passing a table via linkage, which is preferable - a subscript or an index?
What is CALL statement in COBOL?