释义 |
direct file 直接[正向]文件;[直接档案] In System/32, a disk file in which records are assigned specific record positions. Regardless of the order which records are put in a direct file, they always occupy the assigned position (a specific disk address). Direct files can be processed using the consecutive, random by relative record number, and ADDROUT file processing method. IBM System/32中的一种磁盘文件,其中的记录被分配以特定的记录位置。不管这些记录 存入直接文件的次序如何,它们总是占用分配的位置(指定的磁盘地址)。直接文件可以进行 随机处理,通过相对记录号进行顺序处理,也可以使用ADDROUT(查地址)文件处理方法进行处 理。 |