What is the point of the REPLACING option of a copy
statement?
Answer Posted / nk
Say you have a copybook for a certain record layout. You
want to use the copybook once for an input record and a
second time for an output record. By using replace, you
can use the same copybook twice in the same program, each
with a unique name.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are the different rules for performing sort operation?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Why would you use find and get rather than to obtain?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the utilization of copybook in cobol?
HOw can I get the negative sign while deduct high value from low value
What are all the divisions of a COBOL program?
Have you used comp and comp-3 in your project? And how?
Define cobol?
Which mode is used to operate the sequential file?
how do you reference the esds vsam file formats from cobol programs
How do you get the data to code the BMS macro?