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 |
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
what are the error codes in cobol, db2, cics, vsam , and jcl
What is report-item in COBOL?
sample code for read a 2nd record from last in flatfile how can do?
What are the access modes of START statement?
what is srange and nosrange pls reply to ths question ?
how you will define variables length in cobol.
What is the use of EVALUATE statement?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
What COBOL construct is the COBOL II EVALUATE meant to replace?
COMP?