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
Can you please let me know the centre name of INS certification in Kolkata.
Explain about different table spaces.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the difference between PIC 9.99 and PIC9v99?
What are literals?
Can we change the password using ALTER? anyone tried and changed?
how do you reference the esds vsam file formats from cobol programs
Write a program to explain size error.
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
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Explain how to differentiate call by context by comparing it to other calls?
What is amode(31)
What is the compute verb? How is it used?
What is rmode(any) ?