95 pts.
 How to use API’s , SNDDTAQ & RCVDTAQ ?
I would like to know how can we send data to a Data Queue and Receive data from a Data Queue ? Can any one give code for both the cases ?

Software/Hardware used:
ASKED: June 5, 2009  5:34 PM
UPDATED: June 8, 2009  4:42 PM

Answer Wiki:
SndDtaQ and RcvDtaQ are not API's they are commands in TaaTools http://taatool.com/document/L_snddtaq.htm API's are QSndDtaQ and QRcvDtaQ Examples are easy to find on Google. Phil
Last Wiki Answer Submitted:  June 5, 2009  6:03 pm  by  philpl1jb   44,070 pts.
All Answer Wiki Contributors:  philpl1jb   44,070 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

QSNDDTAQ and QRCVDTAQ are (api) programs you can call even in a CL program, the are easy to use and do not require great knowledge. Please search for example this link:
http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/apis/qrcvdtaq.htm

 155 pts.