Ou Output queues are areas where printer output files (also called spooled files) wait to be processed and sent to the printer.
Printer output is created either by the system or by the user using a print file.
A spooled file holds output data until it can be printed. The spooled file collects data from a device until a program or device is able to process the data.
A program uses a spooled file as if it were reading from or writing to an
actual device. This is input and output spooling.
Details
If a job ends abnormally, error messages are written to spooled files on an output queue, QEZJOBLOG. These files are very helpful in tracking down database access problems.
WRKSPLF SELECT(<user_profile>)command to view messages for jobs that are no longer running.
Where <user_profile> is the user profile under which the job was running.
Specify option 5 (Display) in front of the file you want to view.
Zend Products are using the following user profiles:
ZENDADMIN
ZENDTECH
NOBODY
NOGROUP
QSYS
QTCP
Create a new OUTQ -> CRTOUTQ OUTQ(QGPL/ZENDOUTQ)
Most of the users created by Zend are using the jobd QGPL/QDFTJOBD
Than change the users ZENDADMIN, NOBODY,NOGROUP,ZENDTECH
CHGUSRPRF USRPRF(ZENDTECH) OUTQ(QGPL/ZENDOUTQ) – run the command for the users listed in step 4.
The i5_COMD daemon is running under the user QTCP – we can not change this user since it is used system wide, so for the toolkit output we will change the JOBD.