Programming Languages COBOL Subjective
Mar 15, 2013

When will you open a file in the EXTEND mode?

Detailed Explanation

When an existing file should be appended by adding new records at its end. EXTEND mode opens the file for output, but the file is positioned following the last record on the existing file.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback