释义 |
global area 全局区域 In Series/1, an uninitialized portion of a partition accessible by any program of a task set in the partition at a given time. The same area may be used by other task sets that execute in the same partition. The size of the GLOBAL area is determined by the collective sizes for the largest uniquely named (or unnamed) GLOBAL section definitions. These definitions are declared by programs that make up a task set. 在IBM Series/1中,某个分区中未初始化的部分,在指定时刻,该分区的任务集内的任何 程序都可以访问它。在同一分区执行的其它任务集也可以使用这个全局区域。GLOBAL区域 的大小取决于最大唯一命名(或未命名)的GLOBAL节定义的集合的大小,这些定义由组成任务 集的程序来说明。 |