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
How do you reference the following file formats from cobol programs?
what is amode(24), amode(31), rmode(24) and rmode(any)?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are the different data types in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how to convert the recors form vsam file to db2 table tru file aid
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how to move the records from file to array table. give with code example
explain sorting techniques in cobol program?
What is the usage of comp fields in cobol?
Explain how to differentiate call by context by comparing it to other calls?
How many sections are there in data division in COBOL?
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
Can we change the password using ALTER? anyone tried and changed?