Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Whats a data queue and how can it be used to transfer data to the AS/400?

Data Queue transfer Used
0
Posted

Whats a data queue and how can it be used to transfer data to the AS/400?

0

A data queue is an AS/400 object that’s used to communicate between multiple programs. While data queues were originally intended for AS/400-to-AS/400 program communications, their high performance and low overhead also made them an excellent basis for client/server applications. Data queues can be organized by FIFO (First-In-First-Out), LIFO (Last-In-First-Out) or by a simple composite key value. When you build an AS/400 client/server application using data queues you will typically need to write an AS/400 HLL program that will act as the server. In this kind of scenario, one or more clients will add entries to one of more data queues. The AS/400 HLL data queue application server will retrieve the entries from the data queue(s) and them perform some type of processing. Finally, the AS/400 data queue application server will then send a response back to the client(s) by wrting a data queue entry that will be retrieved by the client programs. Client/server programs using data queues can

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123