You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Issue

The daemon jobs running in subsystem ZENDPHP7 (for version 6 - 8.5.x replace ZENDPHP7 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 9.1.x or higher (or Zend Server 6 - 8.5.x) running on any supported version of IBM i.

Resolution

To change the output queue for the Zend Server daemon jobs running in subsystem ZENDPHP7 , 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(ZENDPHP7/ZSVR_JOBDA) OUTQ(QGPL/NOPRINT)


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

  • No labels