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
Why would you use find and get rather than to obtain?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the usage of comp fields in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Write a program to explain size error.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Name the sections present in data division.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is Pic 9v99 Indicates in COBOL?
In which area will you utilize 88 level items in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Whats the difference between search & search ALL?