| 释义 |
secondary program 次(级)程序;[副程式] In Series/1, any program other than the primary program of a task . A secondary program may have multiple entry points and may or may not have a program header. Secondary programs are invoked by a call request or by direct linkages such as assembler branch instructions. 在IBM Series/1中,一个任务中除主程序外的任何程序。一个次程序可以有多个入口点, 可以有或没有程序头。通过调用请求可以引用次程序,或者使用诸如汇编转移指令等各 种直接连接指令来引用次程序。 |