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

How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2734


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1525


What is the difference between comp and comp-3?

704


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

2125


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1121






Difference between cobol and cobol-ii?

715


When is inspect verb is used in cobol?

679


What type of SDLC u followed? Why?

1524


Can we redefine the field of x(200) to less than 200?

824


Write the code implementing the perform … varying.

648


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2725


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

724


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

678


How do you reference the fixed block file formats from cobol programs

710


what is amode(24), amode(31), rmode(24) and rmode(any)?

705