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 |
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
i WANT ALL ERROR codes IN CICS and DB2
1.Can we define condition-name conditions in FD entry.
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
How we copy a program from production region to development region.What is the process & syntax ?
When would you use in-line perform?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
what is SYNCHRONIZATION?