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 |
give the examples for strings and unstrings in cobol
What are the different types of condition in cobol and write their forms.
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
how will u pass dadta to cobol+db2 program...?
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
how we can edit records in vsam data set and non vsam data sets
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Mention the guidelines to write a structured cobol program?
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
What is file status 92?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?