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
which is the cics control program that provides communication services between user written application programs and terminals?
What is the abend 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 does the 'cedf:cics' transactions do?
What are the cics tables?
Explain how pa key is different from pf key?
In the EIB block of CICS, highlight the names of few of the important fields?
Sync points cannot be requested by the application programs? State true or false
name the command that is used to dump the main storage areas related to a task?
Explain the primary function of the processing program table (ppt)?
Can you use occurs in bms map?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Specify cics transaction initiation process?
What is the difference between pct and fct?
What is meant by a ‘Transid’ ?