what happens when a copybook variables are declared using
include statement ?
Answer Posted / 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 |
Post New Answer View All Answers
What is inspect in cobol ?
What is link edit in cobol?
Write a program that uses move corresponding.
In which area will you utilize 88 level items in cobol?
Name the sections present in data division.
IF I mention stop run in CICS what happens?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is difference between static and dynamic call in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you define single dimensional array and multidimensional array in your cobol?
What is length is cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How are the next sentence and continue different from each other?
How many bytes S(8) comp field occupy and its maximum value?
How do define dynamic array in cobol.