what happens when a copybook variables are declared using
include statement ?
Answers were Sorted based on User's Feedback
Answer / shaan
Include is a precomplier statement and so the variables
would be expanded during precompilation time rather than at
compilation time.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / talluri
copy and include stmt are prediffiend texts, but copy will
expand compilation time, but include will expand
precompilation time
correct me if any thing wrong
Talluri
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chandrababu naidu
we should write include in between "exec and end-exec",
only precompiler will identify include.
working-storage section.
copy emptable.
or
exec sql
include emptable
end-exec.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the difference between a subscript and an index in a table definition?
how will u find out 3rd week's 2nd day using occurs ?
What is the LINKAGE SECTION used in COBOL?
In the JCL, how do you define the files referred to in a subroutine ?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
What is the difference between CALL BY VALUE and CALL BY CONTENT?
what are the isolation levels and where we use it in the db2 program
what is subscript in cobol?give realtime example?
how do u list the abended jobs?
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
what are decleratives in cobol?
What are the divisions in a cobol program?