What is the point of the REPLACING option of a copy
statement?
Answer Posted / guest
Replacing allows for the same copy to be used more than
once in the same code by changing the replace value.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
What are the different data types in cobol?
how do you reference the variable block file formats from cobol programs
how do you reference the ksds vsam file formats from cobol programs
What are literals?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How can you get the ksds file records into your cobol program?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are the different open modes available in cobol?
what is difference between cobol and cobol/400
How do you reference the fixed block file formats from cobol programs