6.15 I'm trying to use the new job queue feature of 6.0. Can the limit command be used to limit the number of concurrent jobs that will run in the system queue as it does for other queues? What I want to do is to set a global limit of 4 with the system q limited to 1 job, the daemon queue limited to 2 and another job queue (reserved for me) limited to 1. Also, how do I get the queues to come back after a START NORECOVERY?

Yes. Try LIMIT nnn;jobq=HPSYSJQ. The whole process would be.

LIMIT 4

LIMIT 1;jobq=hpsysjq

LIMIT 2;jobq=daemonq

LIMIT 1;jobq=myq

This can be part of a stream job that can be launched from sysstart.