| 释义 |
output mode 输出方式[状态];[输出模态] 1. A mode in which records can be written to a file. 一种工作方式,在此方式下记录能够写入到文件中去。 2. The state of a file after execution of an OPEN statement, with the OUTPUT or EXTEND phrase specified for that file, and before the execution of the CLOSE sta tement for that file. COBOL语言中的一种文件状态,文件在执行具有OUTPUT短语或EXTEND短语的OPEN语句之后到 执行CLOSE语句之前的一段时间内的状态。 |