WHAT IS THE DISPLAY CMD FOR DATAQ, HOW IT CAN BE USED?
Answer Posted / 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 |
Post New Answer View All Answers
which are the figurative constants used in rpg?
records can be read/update/deleted with which file?
what is the maximum number of files allowed in rpg?
how does the runqry show the output?
what are necessary keywords to code message subfile?
can you display a empty subfile?
what is the purpose of indicators in rpg?
Difference Between Source Physical File & Physical File?
hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?
which are the string manipulation opcodes?
What are the types of data structure in as400?
how can I give more performance to some selected pages?
when do you use f-spec. Continuation line ?
how to define global parameter in ile ?