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 |
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
The read of a record from an Intrapartition TDQ is not destructive(True or False).
What is interval control and what are some of the CICS commands associated with it?
What is a resident program?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Add a field to screen when what's the flow of impact?
How is Telon(CA-Telon) used to build map?
What is the difference between the XCTL and LINK commands?
What is the name of the log which contains the information needed to restart the system, including the task
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
What are the two types of transient data queues?