Data Queue Questions

1

How to avoid MSGW in a DATA Queue
I have a Program A which sends a message to a data queue , There is a job running on the System i , which monitor this data queue , and when it receives a message in this queue a set of programs is called . The problem is when one of the programs has [...]

Answer Question   |  December 19, 2012  4:35 AM
AS/400, Data Queue, MSGW
asked by:
225 pts.

Using Data Queues To Monitor Output Queues
I understand that a Data Queue is an efficient way to monitor an output queue. Using QRCVDTAQ will allow the program to “sleep” until a new spool file appears on the output queue or if a spool file in the output queue changes from HLD to RDY. However what about the RDY spool files that [...]

Answer Question   |  March 31, 2012  12:09 AM
Data Queue, OS/400, OS400 Data Queues Output Queues, QRCVDTAQ
asked by:
5 pts.

AS400 Data Queue – Websphere ESB Integration?
Hi – I have an application on the iSeries that uses AS400 Data Queues for messaging. I’d like those messages to make their way to our Websphere ESB without having a custom application on the 400 that will copy the objects from the data queue to WMQ, and then onto the bus. Does anyone have [...]

Answer Question   |  March 31, 2012  6:03 PM
AS/400, Data Queue, ESB, WebSphere
asked by:
5 pts.

V6R1 storage limit exceeded for data queue
Just upgraded to V6R1. Getting the following message in one of my applications: Storage limit exceeded for data queue. Why and how do I correct?

Answer Question   |  March 15, 2011  6:14 PM
AS/400, AS/400 Data Queue, Data Queue, iSeries Storage, iSeries V6R1, V6R1
asked by:
5 pts.

AS/400 Data Queue being deleted
We have 5 data queues that work fine, but one queue is being randomly deleted by QZHQSSRV. OS400 Version is 5.4. All queues are FIFO and in the same library/ASP

Answer Question   |  December 10, 2010  5:04 PM
AS/400 Data Queue, Data Queue, OS/400, QZHQSSRV, V5R4
asked by:
65 pts.

Examples of data queue in IBM AS/400
I would like know how to to use the Dataq. Please send me examples in RPG ILE/400 as possible. Thanks

Answer Question   |  November 24, 2010  9:31 PM
AS/400 administration, AS/400 Data Queue, Data Queue, RPG ILE
asked by:
15 pts.

Websphere MQ Message Queue Definition
Hi, We are looking to use WebSphere MQ for our mobile application and I am trying to create a message queue manager. I am getting the following error when I try and do so “WebSphere MQ queue manager ‘QBMOBILE’ could not obtain data lock.”. There is not much further information I can use to try [...]

Answer Question   |  October 15, 2010  1:44 PM
Data Queue, data queue manager, iSeries 520, WebSphere, WebSphere MQ
asked by:
75 pts.

data queue
Hi, I want to write programs which will read from a data queue a string of bytes delimited by ‘|’ and update the database. how to achieve this..this is the first time i’m dealing with data queues… Thanks, Nutan

Answer Question   |  September 4, 2009  3:32 PM
AS/400, Data Queue, Pipe symbol
asked by:
895 pts.

How to hold a report reported in remote printer
The report generated in one server in RDY status is printer routed to remote printer. But I want the report to be HLD status in the remote printer.

Answer Question   |  May 27, 2009  12:36 PM
Data Queue, Printers, Remote OUTQ, Remote Printing, Report Printing
asked by:
5 pts.

Keyed Data Queue
Hello, Can any one help me by providing a sample CL program to add and retrieve data from a keyed Data Queue? Please see the below mentioned CL program I am getting “CPF3C36” error. Can any one help me in this regards? PGM DCL VAR(&DQNAME) TYPE(*CHAR) LEN(10) VALUE(‘BIBIN’) DCL VAR(&DQLIB) TYPE(*CHAR) LEN(10) VALUE(‘D993336′) DCL VAR(&DQSNDL) [...]

Answer Question   |  May 11, 2009  10:35 AM
AS/400 Control Language, AS/400 Data Queue, CL, CL/400, Data Queue, Error CPF3C36, Keyed Data Queues
asked by:
130 pts.

Attributes of DTAQ
How to get the attrbutes/description of a DATA QUEUE.

Answer Question   |  March 24, 2009  11:30 AM
Data Area, Data Queue, DTAQ
asked by:
45 pts.

Data QUEUE – Remote location ….. for program device DDMDEVICE was not found
When trying to use a remote DATA QUEUE the send and receive data queue commands failed giving : Service with protocol tcp not found. Cannot establish DDM connection with remote system. Operation on DDM data queue DTAQFIFO in TESTLIB failed. Remote location MYAS400 for program device DDMDEVICE was not found. I tested the data queue [...]

Answer Question   |  December 6, 2008  9:33 PM
CRTDTAQ, Data Queue, DDM, DDMDEVICE, iSeries RPG programming, RPG
asked by:
15 pts.

processing data queues
I have a program that does the following Calls a program to build entries into a keyed dataqueue. Sample key values are ‘ 00001′ throught ‘ 00020′ Calls a program that reads those entries, and adds new entries to the dataqueue with new key values (‘R00001′ thru ‘R00024′. When it reads the first new entry [...]

Answer Question   |  July 31, 2010  7:48 PM
Data Queue, DTAQ, QRCVDTAQ
asked by:
Klw
50 pts.

1