So we thought we would just throw this command in a RPG program to run after the nightly job. It's not working and we aren't sure why. The joblog doesn't give an error it just says the QP2TERM was called with parms. Do we have something wrong?
Here is the RPG program:
- Code: Select all
*************** Beginning of data *******************************************************************************
0001.00 pgm 120417
0002.00 120417
0002.01 CALL PGM(QP2TERM) + 120418
0002.02 PARM('/usr/local/zendsvr/sbin/prngd' + 120418
0002.03 '-s /usr/local/zendsvr/etc/prngd-seed' + 120419
0002.04 '-p /usr/local/zendsvr/tmp/prngd.pid' + 120419
0002.05 '-c /usr/local/ZendSvr/etc/prngd.conf' + 120419
0002.06 '/etc/entropy &') 120419
0002.07 120417
0002.10 ENDTCPSVR SERVER(*HTTP) HTTPSVR(ZENDSVR) 120417
0002.11 DLYJOB DLY(5) 120417
0002.12 STRTCPSVR SERVER(*HTTP) HTTPSVR(ZENDSVR) 120417
0002.13 120417
0003.00 endpgm 120417

