If there are two copybooks which have same variables and we
are using both the copybooks in our program. will there be
an error and if i move values to the variable which copybook
varibales gets the values i move in.
Answer Posted / arpan
Or we can use replace option with the copybook in the COBOl
PGM.
For e.g..
Copy Copybook1.
Copy Copybook2 replacing ADDRESS with ADDRESS1.
Correct me if I am wrong.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
What is the LINKAGE SECTION used in COBOL?
What is the difference between perform … with test after and perform … with test before?
how do you reference the variable unblock file formats from cobol programs
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between comp and comp-3 usage?
How do we get current date from system with century in COBOL?
Can a Search can be done on a table with or without Index?
Can we redefine the field of x(200) to less than 200?
Explain how to differentiate call by context by comparing it to other calls?
how do you reference the rrds file formats from cobol programs
What is the utilization of copybook in cobol?
What is the difference between Global and External Variables?
What are the access modes of START statement?
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