Issue

The daemon jobs running in subsystem ZENDPHP74 (for versions 9.1 - 2019.x replace ZENDPHP74 with ZENDPHP7 , for version 6 - 8.5.x replace ZENDPHP74 with ZENDSVR6) use the default output queue, typically PRT01 or QPRINT.  This can be inconvenient for customers who do not want this output in the default output queue, especially if that output queue is sending output to print.

Environment

Zend Server 2021.x or higher (or Zend Server 6 - 8.5.x or Zend Server 9.1 - 2019.x) running on any supported version of IBM i.

Resolution

To change the output queue for the Zend Server daemon jobs running in subsystem ZENDPHP74 , change job description ZSVR_JOBDA.

For example, you could create an output queue called NOPRINT:

CRTOUTQ OUTQ(QGPL/NOPRINT)

Then, change job description ZSVR_JOBDA to use this output queue:

CHGJOBD JOBD(ZENDPHP74/ZSVR_JOBDA) OUTQ(QGPL/NOPRINT)


End the ZENDPHP74 subsystem, and then start it.  The jobs in subsystem ZENDPHP74 should now all have output queue QGPL/NOPRINT as the job default output queue.