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 |
plz any one tell clearly the justify right clause?
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
How does IDMS insure data integrity?
what will happen if pass values more than 100 using PARM parameter?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
What are various search techniques in cobol? Explain.
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
in cobol perform stmt whether it first checks the condition or not
How do you get the data to code the BMS macro?
How do define dynamic array in cobol.
What is the meaning of 'TALLING' verb in cobol?
88 class is used for