Note that the called program te01a will receive the working area te01w01 and will use the sqlrecord te01r01 to read the db2 data 注意被调用程序te01a将接收工作区te01w01 ,并将使用sqlrecord te01r01来读取db2数据。
The program must hide or close the dialog box usually in response to some user action before input to the calling program can occur 在对调用程序进行输入之前,程序必须隐藏或关闭对话框(通常是响应某一用户操作) 。
Partial evaluation is a kind of technology of program optimization , also called program specification . this is a system which transform a general program to a special program , to improve the efficiency of the program . especially in the situation that needs execute the special program repeatly , the effects will be very notable <中文摘要> =部分求值是一种程序优化技术,又称为程序例化技术,是通过程序变换把一个具有一般计算功能的程序系统变成为一个专用的程序系统,来达到提高程序执行效率的目的。