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 |
why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different??please tell
What is a Device file?
What is the purpose of the following? FORDHDR1 IF E K DISK ORDHDRF KRENAMEORDHDRF1
name few ibm supplied libraries?
What is the use of jdftval in as400?
Is it necessary to define all formats ? Which are mandatory and which are Optional ?
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?
In there is 100 no. of recordsin PF, if i delete all the records. Then what is the Size of the PF?
What is a library list ?
When will DUMP and DEBUG opcodes be ignored?
what is the function of cpyf command?