Can we put move statement in COBOL copybook

Answer Posted / tata

we can use move in copy book. but
if ur copybook contains procedure division statements
with move statement.. then that variables which were wriiten
with move statement, should be declared in ws-section of
data division.
in this particular case only this is possible.. in all
other cases this is not popssible.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you differentiate between cobol and cobol-ii?

658


What is the problem of ordered sequential files access?

704


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

710


A table has two indexes defined. Which one will be used by the SEARCH?

759


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

720






How do you reference the following file formats from cobol programs?

696


What is the usage of comp fields in cobol?

660


What is a SSRANGE and NOSSRANGE?

824


what is search and searchall?what is the diffrence between them?give an best example?

5563


What is a scope terminator give example?

659


Difference between cobol and cobol-ii?

713


What is cobol?

748


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876


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

712


What is the Purpose of POINTER Phrase in STRING command in COBOL?

723