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


Please Help Members By Posting Answers For Below Questions

What is the difference between external and global variables in COBOL?

815


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2122


Write some characteristics of cobol as means of business language.

621


What is the difference between binary search and sequential search?

643


Write a cobol program making use of the redefine clause.

739






Why would you use find and get rather than to obtain?

692


State the various causes of s0c1, s0c5 and s0c7.

665


What are the different rules of SORT operation?

700


Write the code implementing the perform … varying.

646


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710


what are decleratives in cobol?

1831


What is the difference between Call and a Link?

702


How do define dynamic array in cobol.

673


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2337


In which area will you utilize 88 level items in cobol?

724