WHAT IS THE DISPLAY CMD FOR DATAQ, HOW IT CAN BE USED?

Answers were Sorted based on User's Feedback



WHAT IS THE DISPLAY CMD FOR DATAQ, HOW IT CAN BE USED? ..

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

WHAT IS THE DISPLAY CMD FOR DATAQ, HOW IT CAN BE USED? ..

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

Post New Answer

More IBM AS400 AllOther Interview Questions

DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM...when using binding directory service pgm is necessary?

2 Answers   CTS,


how can a cgi check whether an ifs object is available?

1 Answers   IBM,


can a indexed file be accessed in arrival sequence in rpg program?

2 Answers   IBM,


which are control break logic indicators?

1 Answers   IBM,


What is the use of Header Specification in RPG/400?

1 Answers  


What is a library list ?

1 Answers  


What is Folder?

1 Answers  


How can a data area be locked after being updated?

1 Answers  


Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?

4 Answers   HCL, iGate,


how can I control the way a remote browser uses its cache?

1 Answers   IBM,


What is the difference between regular logical file and join logical file?

1 Answers  


What is the difference between a Physical File & a Logical?

28 Answers   Accenture, ACS, IBM,


Categories