释义 |
working storage section 工作存储节[区];[作业用储存节] In COBOL, section name (and the section itself) in the data division. The section describes records and noncontiguous data items that are not part of external files, but are developed and processed internally. It also defines data items whose values are assigned in the source program. COBOL语言中数据部分的节名(及该节的本身)。它描述不属于外部文件而是在内部产生和处理 的记录和非邻接数据项,它也定义在源程序中赋值的数据项。 |