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 |
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
What is the syncpoint command?
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
What do the keywords MAPONLY and DATAONLY mean?
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM
What is CEBR?
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 .
Explain the function of the load command?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?