45 pts.
 Attributes of DTAQ
How to get the attrbutes/description of a DATA QUEUE.
ASKED: Mar 23, 2009  11:30 AM GMT
UPDATED: March 24, 2009  4:16:05 AM GMT
36,410 pts.

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:  Mar 23, 2009  2:05 PM (GMT)  by  Philpl1jb   36,410 pts.
To see other 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.