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
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
maximum number of subfiles that can defined in a rpg program for one display file is?
How to reverse a string using RPG?
all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?
can anybody give the interview questions list of RLU. plz mail me: dinesh_sati07@yahoo.com
how can I control from my cgis the cache of a remote browser?
What is array in as400? What are the types of array?
how can I give more performance to some selected pages?
when would you prefer logical file than opnqryf?
Difference Between Interactive & Batch Job?
what is the purpose of dynslt keyword?
what is the function of cpysplf command?
which cl command can be used at program execution to redirect the file named in an rpg program?
In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.