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
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
How can we arrange duplicate records in a file?
how you will know whether you are in sfldrop or sflfold mode?
writing an sql statement from selecting records from two files using single statement and nested select statement.
how will you display a particular page in subfile ?
when would you prefer logical file than opnqryf?
can a indexed file be accessed in arrival sequence in rpg program?
when are the unique constraints executed?
What is compiler directive in as400? Give example of compiler directive.?
what is the maximum number of parameters allowed in rpg?
how will you find a string using pdm?
what is full form for dds?
what are different record spacing keywords in rlu ?
what is the use of sflend keyword?
The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...