define what a data queue is along with a brief example of what it may be used for?
Answer / 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 |
What is the maximum length of a variable name in CL?
define the purpose of the iter operation?
What command must be executed before executing OPNQRYF command?
Please give me the code for A=A+1 in cl program?
How many record formats can you have in a Physical file and in a Logical file ?
explain the purpose of keep and assume keywords?
Hey, What is the difference between SCAN,CHECK,XLATE OPCODES? please give me the answeres with example in real time senario?
Distinguish between logical file and physical file?
Difference Between Call & Sbmjob?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
what is procedure prototype and procedure interface.
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..