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 |
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
What is a deadlock?
Explain the function of the cics translator?
Can you define multiple maps in a BMS mapset?
Explain 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?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
What is the component?what are the different components there using cobol and cics
What are the classifications of the cics program?
What are some of the cics commands associated with interval control?
How do you define Task Work Area?
what are the differences between DFHCOMMAREA and TSQ ?
Can you define temporary storage?