What is the difference between write & move in COBOL?
Answer Posted / neha bagrodia
In write statement, once the record is written to the
output file, no record is available in the record area....
whereas
In move statement even after the data gets moved to
destination variable, source variable's data remains
unaltered.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
How arrays can be defined in COBOL?
What is the local-storage section?
Have you used comp and comp-3 in your project? And how?
Define static linking and dynamic linking.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the problem of ordered sequential files access?
What are the different types of condition in cobol and write their forms.
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between Global and External Variables?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Name some of the examples of COBOl 11?