To write new records into a file, the file must be opened in OUTPUT (to write new records), I-O (to insert/modify), or EXTEND (to append records). Therefore, both options a and b are valid. The distractor claiming none of these is wrong because these modes directly support write operations.