What is Quasi-reentrancy?
Answers were Sorted based on User's Feedback
Answer / anil
The program does not modified itself during it's execution
under the cics environment this is called Quasi-reentracny.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sadiq afroze
There are times when many users are concurrently using the
same program, this is what we call MultiThreading. For
example, 50 users are using program A, CICS will provide 50
Working storage for that program but one Procedure
Division. And this technique is known as quasi-reentrancy
| Is This Answer Correct ? | 8 Yes | 4 No |
How do you define Task Work Area?
What is the pcp in the cics?
What is the name of the facility provided by CICS to free the application program form the problems caused
What are different ways of initiating transaction in CICS ?
I want to know what exactly the STOPPER field does with example. Please help.
Explain the difference between start and xctl?
What is the cics command that is used to access current date and time?
How do you control cursor positioning?
What does EIB mean in CICS?
Mention the option used in a cics command to retrieve the response code after execution of the command?
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
Can any one write coding for scrolling logic or page up & page down?