Tuesday, October 7, 2008

Work IP Device-TAA (WRKIPDEV):

If multiple printers are attached with as400 system, and in order to know the names of the OUTQ attached to IP address without looking at each one.

Enter the following command (WRKIPDEV) from Command prompt if TAATOOL available on the system.

Command:

TAATOOL/WRKIPDEV DEVTYPE(*PRT) OUTQ(*ALL/*ALL) OUTPUT(*PRINT)

Once the command is been executed check in spool file. This will give you a list of IP printers, by IP address, on your system with Dev/OutQ name.



If you want to view in display mode and not in spool file execute the below command without providing OUTPUT (*PRINT) value.

TAATOOL/WRKIPDEV DEVTYPE(*PRT) OUTQ(*ALL/*ALL)

No comments: