单项选择题

要想成功地打开名为“QW”的输出文件,应该使用语句()。

A.OPEN(UNIT=3,FILE=‘QW’)
B.OPEN(3,FILE=QW)
C.OPEN(FILE=‘QW’,3,STATUS=OLD)
D.OPEN(3,FILE=QW,STATUS=UNKNOWN)