A user asked if there is a way to have multiple output queues feed a single active writer.
Tim Granatir advised the user to use a data queue and write a program to send the spool files to the active writer.
A much simpler method is to use remote outqs. Set up one outq as the active queue which will feed the writer directly. Set up the other outqs as remote outqs. For the remote system parameter you can specify the local system with no problem. For the remote outq parameter, specify the outq which is attached to the writer.
I currently use this system and it works flawlessly.