Pointer to the data queue name contained in an ASCIIZ string.
char * library - input
Pointer to the library name contained in an ASCIIZ string. If this pointer
is NULL then the current library will be used (set library to "*CURLIB").
char * systemName - input
Pointer to the system name contained in an ASCIIZ string.
cwbSV_ErrHandle errorHandle - output
Any returned messages will be written to this object. It is created with
the cwbSV_CreateErrHandle API. The messages may be retrieved
through the cwbSV_GetErrText API. If the parameter is set
to zero, no messages will be retrieved.