Answer Posted / bramar
before explaining reentrant programe let us consider an
interactive programe which will take input form user and
which will process the inputs and gives the output
in this interactive process control wil wait for user input
for a long time which means CPU will be idle
To avoid this senorio re entrant programes are designed
It will throw the map to user console and control will not
wait for user inputs and it will process other jobs
and when user give the input and he press the attention key
againg programe will be invoked with the user inputs and
the programe processes the input and it will show the
result on the console and then control will agian goes back
to some other jobs utill it got any input from the user
| Is This Answer Correct ? | 15 Yes | 7 No |
Post New Answer View All Answers
hi,what is the module? how many modules in mainframe based banking projects
What is a cics task?
What is frset?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What is ENQ?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
With the use of an alternate index, how is a VSAM file accessed?
Explain how do you set the mdt option to on status, even if data is not entered?
Explain the purpose of the program list table?
How to handle exceptional conditions in cics?
Explain cebr transaction commands?
What is the eib parameter?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
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?