RexxCreateQueue - Remarks

Queue names must conform to the same syntax rules as for REXX variable names. Lower case characters in queue names are translated to upper case.

The queue name must be a valid REXX symbol. However, there is no connection between queue names and variable names. A program can have a variable and a queue with a common name.


[Back: RexxCreateQueue - Returns]
[Next: RexxDeleteQueue]