InterviewSolution
| 1. |
Define What A Data Queue Is Along With A Brief Example Of What It May Be Used For? |
|
Answer» 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. 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. |
|