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
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are the different data types in cobol?
What is perform what is varying?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Are you comfortable in cobol or jcl?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how do you reference the variable block file formats from cobol programs
What are all the divisions of a COBOL program?
A table has two indexes defined. Which one will be used by the SEARCH?
what is the use of outrecord?
What are literals?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between Global and External Variables?
How do get the result of your program directly on your pc?
What is rmode(24)