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 the purpose of SFLNXTCHG keyword in a subfile?
what is default data type for the fields(sub fields) defined in data structures in rpg?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
how can I predict the performance of my cgis?
it is possible declare variable values as variable using cl ? any cl command is there to declare values as variable
how do you know that records are locked?
How to create an Access path in Synon/2E ?
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..
what are various techniques to pass parameters from one program to another?
What is Group Job?
What is the use of E specification in RPG?
For AS/400 Freshers good website is