第一次接触RPGLE这种编程语言,刚开始的时候觉得还是挺陌生的,编程风格有一点和汇编语言相类似的感觉。
下面来分享一下我的第一个RPGLE程序吧,大家最熟悉的‘Hello World’:
1. Create a library named LIBRARY;
use command: CRTLIB(many details you can press F4)
2. Create a source physical file (PF-SRC) in this library named QRPGLESRC
use command CRTSRCPF
3. Create a source member (RPGLE) named HELLO