AS/400 HELP
"DTAQS”

DTAQS prints a list of all the dtaqs (data
queues) on your As/400
The column to note is ‘actual
records’ it should be zero otherwise a
program is not retrieving them.
DTAQS uses APIs QUSLOBJ and QMHQRDQD
DTAQS was developed and tested at
V5r1.
PC INSTRUCTIONS:
Download "DTAQS to your PC.
Go to a DOS session and enter the following;
FTP SYSTEM (system = your AS/400’s
name or IP address)
Enter a valid user id and password
CD QGPL
LCD C:\DIRECTORY (directory= the directory on your pc where you
downloaded “ dtaqs.savf”
QUOTE
SITE NAMEFMT 1
BIN
PUT
DTAQS.SAVF
QUOTE RCMD
RSTLIB SAVLIB(DTAQS) DEV(*SAVF) SAVF(QGPL/DTAQS)
Note: If there is a security problem restoring all
objects with the command above, sign on
to your as/400 as Qsecofr and run RSTLIB
from the command line.
ADDLIBLE DTAQS
CALL DTAQS