Using other commands with model queues

You can use the appropriate commands to display or alter a model queue's attributes. For example:

/* Display the model queue's attributes */
 
DSPMQMQ MQMNAME(MYQUEUEMANAGER) QNAME('green.model.queue')
 
/* ALTER the model queue to enable puts on any */
/* dynamic queue created from this model. */
 
CHGMQMQ MQMNAME(MYQUEUEMANAGER) QNAME('blue.model.queue') PUTENBL(*YES)