PDA

View Full Version : Creating a user queue



petzold@benteler.com
12-05-2003, 07:26 AM
I am an RPG (vs C) programmer. I wanted to create duplicate object to create a user queue in a test library, but you can't use CRTDUPOBJ on an object type *usrq. I understand that I must run an API called QUSCRTUQ to create the user queue. But, A. I don't know the parameters to use. B. I've never run an API and don't know how to execute it. Can anyone help?

dacust
12-05-2003, 07:26 AM
Here are some useful links: API information (http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/apis/api.htm)<a > API call examples (http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/apis/apiexmp.htm) QUSCRTUQ parameters (http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/apis/quscrtuq.htm)</a>