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
Define cics interface block?
Can you define cics task?
Can you define mdt?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Can you explain cics transaction gateway?
what are the differences between and exec cics xctl and exec cics start command?
Explain difference between call and link?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Explain how do you terminate an already issued delay command?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Define cedf?
Explain the difference between link xctl?
What is the difference between a return with transid and xctl?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?