What is the CICS Command that is used for reading a record
from the TDQ?
Answer Posted / kavya
EXEC CICS READQ TD
QUEUE(Queue-id)
INTO(MSG-area)
LENGTH(MSG-length)
END-EXEC
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is the cics command used to access current date and time?
How vsam files are read in cics pgms?
When would you use abend command?
Can you explain cics translator?
Can you explain common systems area?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What is task control?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Explain the maps in cics?
Can you define attribute byte?
In the EIB block of CICS, highlight the names of few of the important fields?
Explain the difference between link and xctl?
What is ENQ?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?