What is the difference between write & move in COBOL?
Answer Posted / guest
WRITE is used for writing a record in the output file. This
WRITTEN record will not be overwritten by the next WRITE
statement for the same record name.
MOVE is used to assign some data value to a variable. This
data in the variable will be overwritten by the next MOVE
statement for the same varaible name.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
How you can characterize tables in cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Describe the cobol database components?
Why occurs cannot be used in 01 level in COBOL?
how do you reference the esds vsam file formats from cobol programs
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is cobol?
What are declaratives and what are their uses in cobol?
Give some examples of command terminators?
What are the cobol coding sheets?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how do you reference the fixed unblock file formats from cobol programs
What is the difference between comp and comp-3 usage?