对于RPG,存在非常简单的机制,因此我可以编写如下:
ctl-opt debug decedit('.') datedit(*dmy/)
option(*srcstmt) bnddir('SOMEBND')
alwnull(*usrctl)
dftactgrp(*no) actgrp(*caller)
main(main);
如何为ILE C / C ++源编写相同的设置?
或者我应该将其写在安装程序
CRTBNDCPP
语句参数中的某个位置? 最佳答案
在ILE C中,您可能总是会先创建一个模块(CRTCMOD),然后再创建程序(CRTPGM)。您可以将所有需要的参数传递给compile / create命令。