The TEMPLATE keyword, new in IBM I 6.1, informs the RPG compiler that this file will be used for field definition only, thus no IO operations are required or allowed for this file.
IBM i 6.1中新引入的TEMPLATE关键字通知rpg编译器:这个文件仅用于字段定义,不需要、也不允许为该文件进行IO操作。
There was a print statement that wrote to the screen, and an input statement that read from a keyboard, but there was no way to redirect IO to or from a file.
abc里有一个print语句,可以让你在屏幕上输出,还有一个input语句,让你可以从键盘上读入,但是ABC却没有办法可以把IO重定向到文件,或者从文件重定向到IO。
应用推荐