RexxPullQueue - Returns

The RexxPullQueue return values are:

────────────────────────────────────────────────────────────────────────
 0      RXQUEUE_OK                    The queue function has completed
                                      successfully.
 ──────────────────────────────────────────────────────────────────────
 5      RXQUEUE_BADQNAME              The queue name is not valid, or
                                      you tried to create or delete a
                                      queue named "SESSION."
 ──────────────────────────────────────────────────────────────────────
 7      RXQUEUE_BADWAITFLAG           The wait flag is not equal to
                                      RXQUEUE_WAIT or RXQUEUE_NOWAIT.
 ──────────────────────────────────────────────────────────────────────
 8      RXQUEUE_EMPTY                 Attempted to pull the item off
                                      the queue but it was empty.
 ──────────────────────────────────────────────────────────────────────
 9      RXQUEUE_NOTREG                The queue does not exist.
 ──────────────────────────────────────────────────────────────────────
 12     RXQUEUE_MEMFAIL               There is insufficient memory
                                      available to complete the
                                      request.
────────────────────────────────────────────────────────────────────────


[Back: RexxPullQueue - Parameters]
[Next: RexxPullQueue - Remarks]