What is the significance of RDO?
Answer / guest
RDO: RESOURCE DEFINITION ONLINE
RDO lets the system programmar define resources such as
transaction and programs from CICS TERMINAL, it is
preferred way to create resource defintion . becoz trans-id
for RDO is CEDA . RDO SOMTIMES REFFERED TO AS CEDA.
| Is This Answer Correct ? | 5 Yes | 1 No |
what is the deadlock?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
CICS and DB2 can exist in the same region under the Operating system (True or False)
Tsqs can be written in the main storage or auxiliary storage? State true or false
How do you execute a background CICS transaction ?
The first step in the development of an application system is the Requirement Analysis(True or False).
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?
What is CEBR?
Can you define commarea?
How do you handle errors in CICS pgms ?
What is the difference between pseudo-conversational and conversational?