Can we put move statement in COBOL copybook
Answer Posted / ankitha
copy book is nothing but pre written cobol statements and
can be used in any division in cobol pgm ,you can code move
statement in copy book and copy in procedure division.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Which Search verb is equivalent to PERFORM…VARYING?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Name the divisions, which are available in a cobol program?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Define cobol?
How arrays can be defined in COBOL?
What are literals?
What the difference is between continue and next sentence?
What is the difference between perform … with test after and perform … with test before?
How you can characterize tables in cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Name some of the examples of COBOl 11?
What is redefines clause in COBOL?
How do define dynamic array in cobol.