Answer Posted / suresh ramaiyan
I believe, level numbers won't take place while including the copy books in cobol programs.
Here is an example:
01 INPUT-RECORD.
COPY INRECOPY.
where INRECOPY is member name of the copy book library, which is contains group of cobol declarations.
Please correct me, if I'm wrong.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the access modes of START statement?
Write down the divisions of cobol program?
Difference between cobol and cobol-ii?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
what is search and searchall?what is the diffrence between them?give an best example?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is difference between static and dynamic call in cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Can you please let me know the centre name of INS certification in Kolkata.
Explain how to differentiate call by context by comparing it to other calls?
What is inspect in cobol ?
How to know whether the module is dynamical or statistical?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
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.