Answer Posted / kumar
Reentrant program is a program which doesn't modifies
itself, so that it can reenter to itself and continues the
processing even after an interupption.
where as in cics this reentrant process is not done fully
only partial amount was done. so it is known as quasi-
reentrant program.
Example : ATM processing.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
Specify the requirements for automatic task initiation?
Highlight the points of differences between XCTL and START?
Can you define ppt and what are its uses?
In a particular cics program, what is the procedure to allocate dynamic memory?
What is the use of mdt (modified data tag)?
How do you use altindxs in batch, cics programs?
Name the command which is used to release a record on which exclusive control is gained?
Explain the different system tables used in cics?
how do you execute a background cics txn ?
how can you prevent more than one user from accessing the same transient data queue?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Define cebr?
Define primary objective of cics?
what is the differences between getting the system time with eibtime and asktime command?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?