What is quasi rentrancy concept in CICS?
Answer / aeon533
re entrancy is concept of OS. It means a program does not
modify itself so that it can re-enter to itself and
continue processing after an interruption by OS. It helps
to buld a multitasking environment in an online system. Now
CICS is a DB/DC subsyetm of MVS and while it is NOT an OS
still it has the facility of this re-entrancy. Hence this
facilty is called Quasi-reentrancy.
| Is This Answer Correct ? | 18 Yes | 2 No |
Can you use occurs in bms map?
Why is a TERM ID recommended in naming a TSQ?
What is mainframe cics?
Explain how and where is the twa size set?
Which commend used for terminating a browser operation?
What are the situations under which NEWCOPY is required ?
What is ENQ?
What is interval control?
For a CICS-DB2 program, how is the plan referenced?
What is the main function of the sign-on table?
Explain what is a cursor in cics sql processing?
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.