can we use COPY statement in w-s section? how?

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


Please Help Members By Posting Answers For Below Questions

What is the difference between goback, stop run and exit program in cobol?

945


What are different data types in cobol?

707


how do you reference the fixed unblock file formats from cobol programs

725


How to remove 2 duplicate records and copy only one using job control language?

765


What are literals?

639






how do you reference the variable unblock file formats from cobol programs

763


What rules are to be followed while using the corresponding options?

647


Name the divisions, which are available in a cobol program?

700


What is an in line perform? When would you use it? Anything else you wish to say about it.

659


What are various search techniques in cobol? Explain.

662


Define cobol?

883


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8691


Can we change the password using ALTER? anyone tried and changed?

1558


how to access the file from prodution from changeman tool and to submit a file to production

6709


Have you used comp and comp-3 in your project? And how?

2016