RexxCreateQueue - Returns

The RexxCreateQueue return values are:

────────────────────────────────────────────────────────────────────────
 0      RXQUEUE_OK                    The queue function has completed
                                      successfully.
 ──────────────────────────────────────────────────────────────────────
 1      RXQUEUE_STORAGE               The name buffer is not large
                                      enough for the queue name.
 ──────────────────────────────────────────────────────────────────────
 5      RXQUEUE_BADQNAME              The queue name is not valid, or
                                      you tried to create or delete a
                                      queue named "SESSION."
────────────────────────────────────────────────────────────────────────


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