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
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
In COBOL, what is the different between index and subscript?
what happens if parmparameter passes zero bytes to the program
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Define static linking and dynamic linking.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How you can read the file from bottom?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Have you used comp and comp-3 in your project? And how?
how to move the records from file to array table. give with code example
Give some examples of command terminators?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
i need a small 3d program using inline and outline.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How to use the same COBOL program in Batch and CICS on lines? explain with an example