What is the point of the REPLACING option of a copy
statement?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / pavan
can any one give exact syntax with an example...please...
| Is This Answer Correct ? | 1 Yes | 0 No |
How many divisions we have in Cobol ?
What is link edit in cobol?
Minimum how many Number of Paragraphs are there in ID- Divison?
What are declaratives and what are their uses in cobol?
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
can we declare occurs in 01 level?
I got user abend U4038 while compiling my runjcl.. can anyone help me?
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
COMP?
what is the minimum number of lines a Cobol program should have to successfully compile and run
What does the initialize statement do ?