What is the point of the REPLACING option of a copy
statement?

Answer Posted / pavan

can any one give exact syntax with an example...please...

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


What is rmode(24)

680


how can i see junk values in dclgen or in hostvariable of comp ?

2544


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

720


how do you reference the variable unblock file formats from cobol programs

748






Can we change the password using ALTER? anyone tried and changed?

1547


What are the access modes of START statement?

719


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

710


What is the difference between structured cobol programming and object alternativelyiented cobol?

755


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1230


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.

5690


Write a program to explain size error.

677


What the difference is between continue and next sentence?

660