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
What is the LINKAGE SECTION used in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
how to move the records from file to array table. give with code example
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is Pic 9v99 Indicates in COBOL?
Which Search verb is equivalent to PERFORM…VARYING?
What rules are followed by the search verb.
What is the usage of comp fields in cobol?
what happens if parmparameter passes zero bytes to the program
Write some characteristics of cobol as means of business language.
What is the difference between next sentence and continue in cobol programing language?
HOw can I get the negative sign while deduct high value from low value
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 to print 10 to 1 if the input have only 10 digit number?
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