define what a data queue is along with a brief example of what it may be used for?
Answer Posted / aruna
Data queues provides communication between programs by calling API's QSNDDTAQ and QRCVDTAQ along with parameters like data queue name, library in which data queue exists, variable to store the number of characters to be sent, variable to store the information to be sent. We can send the same data queue to the many programs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between packed decimal and zoned decimal?
explain the difference between defining subfile and message-subfile?
how many printer files can be defined in f specs ?
what is the difference between sflclr and sflinz?
What is the Difference between command attention key and command function key ?
Explain The Keywords Edtcde & Edtwrd?
what are different record spacing keywords in rlu ?
at what level s,o are defined and what they will do?
what is the necessary keyword for non-join logical file?
How to reverse the string in rpg
what keyword must be used with protect keyword ?
what are various techniques to pass parameters from one program to another?
how can I control the way a remote browser uses its cache?
how do you read changed records backward in subfile?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?