释义 |
symbolicdata set 符号数据集 In coding a program, the designation used to refer to a data set, the actual data set of whose data content is to be processed during a particular execution of the program is determined later. The later assignment may be an entire data set or a specific member of a directoried data set. 在程序编码中,用来引用数据集的符号名称,实际数据在以后确定,数据集的数据内容在该 程序某一特定执行期间处理。以后的赋值可以是整个数据集或编目数据集中的某个指定 成员。 |