WHAT IS THE DISPLAY CMD FOR DATAQ, HOW IT CAN BE USED?
Answers were Sorted based on User's Feedback
Answer / katiyar
Unlike DSPDTAARA, There is no iSeries/AS400 defined command
for display data queue.
The following commands are among the few CL commands that
IBM ships with OS/400 for data queues:
* CRTDTAQ--Create Data Queue
* DLTDTAQ--Delete Data Queue
* WRKDTAQ--Work with Data Queues
But No DISPLAY CMD FOR DATAQ is defined for DATAQ. Some one
can created his/her own command to display data queue
contents using APIs. Use Google and give a try.
========================================================
Instead of that TAATOOL (A Third Party Command Utility
Provider) has created a command.
A typical command would be:
DSPDTAQD DTAQ(xxx)
Command parameters
-----------------
DTAQ The qualified name of the data queue. The
library value defaults to *LIBL. *CURLIB may also
specified.
OUTPUT Whether to display or print the output. * is
the default. *PRINT may be entered. These values have
the same meaning as on system commands.
==========================================================
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / tushar kakkar
There is a command in AS400 called DMPOBJ. I have used this command to effectively display contents of a data queue on interactive session.
| Is This Answer Correct ? | 3 Yes | 1 No |
What is file information data structure(infds) in as400?
Q.1.What is differences in STRDBG and STRISDB debugging commands? 2.Where we should use STRDBG and STRISDB Debugging commands?
how to get the cursor position?
What are the different ways to input data into data area?
What are the different types of specification available in RPG/400 ?
What is keyword PFILE specifies ?
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
When will DUMP and DEBUG opcodes be ignored?
what if my system I runs with system value qccsid 65535?
Diff B/w ref and reffld?
How to create files dynamically without DDS?
how to read database records without locking them?