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
how do you reference the variable block file formats from cobol programs
How to know whether the module is dynamical or statistical?
What are various search techniques in cobol? Explain.
How do you reference the fixed block file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are the different types of condition in cobol and write their forms.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
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.
IF I mention stop run in CICS what happens?
What type of SDLC u followed? Why?
What is the Purpose of Pointer in the string?
Explain what you understand by passing by value.