Answer Posted / khader
A Reentrant program is a program which does not modify
itself so that it can reenter to itself and continues
processing after an interruption made by the operating
system which, during the interruption, executes other OS
tasks including OS tasks of the same program. It is also
called serially reusable program.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
how do you fire a batch job from a cics txn ?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Explain how and where is the twa size set?
Explain the significance of rdo?
Can you explain multitasking and multithreading?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Explain the difference between getting the system time with eibtime and asktime command?
Explain how do you set the mdt option to on status, even if data is not entered?
What is the syncpoint command?
How do we pass parameters into a CICS –DB2 program
Can you define commarea?
In a particular cics program, what is the procedure to allocate dynamic memory?
what are the differences between and exec cics xctl and an exec cics link command?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
What are the main uses of the transaction in the cics?