Read Me - Common Public License V1.0 - Copyright Notice(©)

create (Class Method)


>>-create(name)--------------------------------------------><

Attempts to create an external Rexx named queue using [name] . If a [name] queue already exists, a new queue with a Rexx-generated name will be created. This method returns the name of the created queue, which will be either [name] , or a generated name if there is a conflict.

Read Me - Common Public License V1.0 - Copyright Notice(©)