| 释义 |
condition name 条件名 1. In COBOL, the name assigned to a specific value, set of values, or range of values, that a data item may assume. The set of values, that the condition name has, is a sub-set in the set of values of its relative condition variable. 在COBOL语言中,赋给某个数据项可取的特征值、 值集或值域的名字。条件名所具有的值集是与其相关的条件变量的值集的子集。 2. In PL/1, a language key word (or CONDITION followed by a parenthesized programmer-defined name) that denotes an on-condition that might arise within a task. 在PL/1语言中,表示在一个任务中可能出现的接通条件的语言关键字(或在CONDITION后面加上用括号括起来的程序员定义的一个名字)。 |