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 |
if we want to add new column in the db2 table.How can add in the copybook?
What is the COMMAREA(communications area)?
Define the term function request shipping?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
What is the use of mdt (modified data tag)?
Explain difference between call and link?
Can you explain cics transaction gateway?
How can you accomplish breakpoint in intertest?
Explain ceci transaction commands?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
Explain how to build up lu 6.2 communication?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?