Use RCVDATQ to take one entry from the data queue. Plenty of web links http://publib.boulder.ibm.com/infocenter/iadthelp/v7r5/index.jsp?topic=/com.ibm.etools.iseries.toolbox.doc/dtaq.htm
http://publib.boulder.ibm.com/infocenter/iadthelp/v7r5/index.jsp?topic=/com.ibm.etools.iseries.toolbox.doc/dtaq.htm
Phil
Can we read multiple records from dataQ.How the processing is done.
You call the Receive Data Queue (QRCVDTAQ) API to receive a message from a data queue.
Each time you call the API, you will receive one more message from the queue.
So, if you want to receive multiple messages, you will call the API multiple times.
Tom
Thanks Tom
Use RCVDATQ to take one entry from the data queue.
Plenty of web links
http://publib.boulder.ibm.com/infocenter/iadthelp/v7r5/index.jsp?topic=/com.ibm.etools.iseries.toolbox.doc/dtaq.htm
http://publib.boulder.ibm.com/infocenter/iadthelp/v7r5/index.jsp?topic=/com.ibm.etools.iseries.toolbox.doc/dtaq.htm
Phil
Can we read multiple records from dataQ.How the processing is done.
You call the Receive Data Queue (QRCVDTAQ) API to receive a message from a data queue.
Each time you call the API, you will receive one more message from the queue.
So, if you want to receive multiple messages, you will call the API multiple times.
Tom
Thanks Tom