What is the difference between write & move in COBOL?

Answer Posted / animesh

guest your answer has one limitation. if a program is restarted and the file is opened in extebded mode then the records are re written becuase the file will clear all the records and rewrite it.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the LINKAGE SECTION used in COBOL?

1040


i want a program using by if, evaluate , string, unstring, perform, occurs?

4190


how to move the records from file to array table. give with code example

2315


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17284


What is Pic 9v99 Indicates in COBOL?

838






Which Search verb is equivalent to PERFORM…VARYING?

778


What rules are followed by the search verb.

719


What is the usage of comp fields in cobol?

753


what happens if parmparameter passes zero bytes to the program

1753


Write some characteristics of cobol as means of business language.

708


What is the difference between next sentence and continue in cobol programing language?

823


HOw can I get the negative sign while deduct high value from low value

1877


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

2069


How to print 10 to 1 if the input have only 10 digit number?

919


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2257