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
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is Pic 9v99 Indicates in COBOL?
What is the compute verb? How is it used?
What is cobol?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What guidelines should be followed to write a structured cobol prgm?
Write down the divisions of cobol program?
Why did you choose to work with ibm mainframe cobol programming?
How do get the result of your program directly on your pc?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Explain what you understand by passing by value.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is rmode(24)