释义 |
primary program 主程序;[主程式] In Series/1, the first program executed under a task. A primary program has a single entry point and must have a program header. A primary program is either reenterable, seriallyreusable, or nonreusable and is only invoked by a start task request. 在IBM Series/1中,在一个任务下所执行的第一个程序。主程序有单一的入口点并且必须有一个 程序头标。主程序是可再入的、可串行再使用的,或者是不能重新使用的。主程序只能由一个启动 任务请求来调用。对照secondary program。 |