
POSTED: Feb 7, 2012 12:42 PM (GMT)
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

POSTED: Feb 7, 2012 11:48 PM (GMT)
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

POSTED: Feb 8, 2012 6:53 AM (GMT)
Thanks Tom
















