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 |
Describe about Query/400?
CAN WE INSERT FIELD IN PHYSICAL FILE BY USING OPNQRYF?
which type of object is used in db2/400?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
What is the difference between physical file and logical file?
DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM...when using binding directory service pgm is necessary?
I have 1 rd in my flat file. say reord from 1 to 10 position : 'AS400NDB2400' I need to change the value from N to Y using SQL stmt ...How can I update this....?
How do you check object lock
when are the unique constraints executed?
Job is running in production 24/7 how do u debug that running job ?
OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?
What Is Ddm ?