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 array in as400? What are the types of array?
How to position the cursor on a display file at a desired location.
what are the important factors in error message subfile ?
Hello friends, i am having 1 year experience in AS/400. Can any one send me the as400 interview questions to my email id:nagaraju20087@gmail.com
What are the different opcodes used for file operation on a subfile in a rpg pgm?
What is the difference between production library and test library ?
How do you use DEBUG utility?
how will you add a field to physical file already containing data?
what is the difference between normal upddta to pf and updating using dfu program?
what is sflpag and sflsiz ?
how can we view the entire objects and its types in a pgm?
Why we are not able to perform insert delete and update operation in Join logical file?