QMGR-001 WARN Queue is full Cause: An attempt was made to add entry to a queue when the queue was full. Remedy: Use GET_QUEUE to remove entries or use a larger value for queue size in the INIT_QUEUE call. ________________________________________________________________ QMGR-002 WARN Queue is empty Cause: An Attempt to use GET_QUEUE when there are no entries in the queue This is the normal result when no entries have been added or all have been removed by previous calls. Remedy: No remedy is required. ________________________________________________________________ QMGR-003 WARN Bad sequence no Cause: A bad sequence_no value is used in an INSERT_QUEUE or DELETE_QUEUE call. The value may be less than 1 or greater than the sequence number of the last entry in the queue. Remedy: Correct the value ________________________________________________________________ QMGR-004 WARN Bad n_skip value Cause: n_skip parameter in COPY_QUEUE call is less than zero Remedy: Use zero or a positive value