45 pts.
 Attributes of DTAQ
How to get the attrbutes/description of a DATA QUEUE.

Software/Hardware used:
ASKED: March 23, 2009  11:30 AM
UPDATED: March 24, 2009  4:16 AM

Answer Wiki:
If you have TAATOOL then you want DSPDTAQD or RTVDTAQD. Phil DSPOBJD *DTAQ - gets description Here is a couple from TAATOOL DSPDTAQ TAATOOL Display Data Queue - DSPDTAQ DSPDTAQD TAATOOL Display Data Queue Description - DSPDTAQD <-- this is the one And in your programs RTVDTAQ TAATOOL Retrieve Data Queue - RTVDTAQ RTVDTAQD TAATOOL Retrieve Data Queue Description - RTVDTAQD WRKDTAQ
Last Wiki Answer Submitted:  March 23, 2009  2:05 pm  by  philpl1jb   44,180 pts.
All Answer Wiki Contributors:  philpl1jb   44,180 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

Hi,
The TAATOOL commands provided by Phil inherently use the IBM provided API QMHQRDQD.

Hence you can write your own program using this API to retrieve the requried information.

The following is the link for the API.

http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/apis/qmhqrdqd.htm

 515 pts.

 

Hi,

The following is a link to CL program which wil give you an idea of its usage.

http://www.think400.dk/apier_3.htm#eks0005

 515 pts.