Can we put move statement in COBOL copybook
Answer Posted / suersh ramaiyan
Copy book means... A piece of code may be used in many programs.
We can write that piece of code in a member of a PDS (copy book) and we can use anywhere in the COBOL programs.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of intialize verb?
How do get the result of your program directly on your pc?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are all the divisions of a COBOL program?
Define static linking and dynamic linking.
What are 77 levels used for?
What is length is cobol?
What is the difference between PIC 9.99 and PIC9v99?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Why occurs cannot be used in 01 level in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Write the code to count the sum of n natural numbers.
what is search and searchall?what is the diffrence between them?give an best example?
) what is the difference between AID and HANDLE AID?