Thought I'd share this with the group:
At install, or after using the SP-NEWTAB command, cache always creates a
queue named STANDARD as queue# 0. Since STANDARD is the default queue when
you enter the mv shell, you may end up with a lot of unwanted output, or if
you don't start a despool process on it, a lot of unwanted jobs filling up
the spooler.
You can create a despooler process for a queue to send the output nowhere:
On windows:
SP-DEVICE STANDARD CACHE NUL
Or on linux:
SP-DEVICE STANDARD CACHE /dev/null
You could also create a new queue to go nowhere:
SP-CREATE VOID CACHE NUL