what is quasi-reentrant program?
Answers were Sorted based on User's Feedback
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 |
Answer / manishtrivedi
A quasi-reentrant program is a reentrant program under d
cics environment. that is , quasi-reentrant program is a
cics program which does not modify itself.that way it can
reenter to itself n continue processing after an
interruption by cics which ,during d interruption ,excutes
other cics tasks including cics tasks of d same program,
that is >>for the multithreading purpose program must be
reentrant prog.
Is This Answer Correct ? | 11 Yes | 4 No |
Answer / anujah
A reentrant program under CICS. It can reenter and continue
processing after an interruption by CICS which during
interruption executes
other CICS tasks including the CICS tasks of the same
program
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / 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 |
Answer / deepak
Already Re-entrant is available as a funtionality in OS.
Since CICS is providing the re-entrant facility on its own
apart from OS, its called Quasi-Reentrnat.
Correct me if am wrong
Is This Answer Correct ? | 3 Yes | 8 No |
What is the term conversational programs means?
What is the tcp in the cisc?
What is the name of the facility provided by CICS to free the application program form the problems caused
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
How do you access the records randomly in TSQ ?
what is an mdt (modified data tag)? Its menaing and use?
What is the general Command format of CICS ?
What is meant by pseudo-conversation?
Give certain situations where NEWCOPY is obligatory?
Define ceci?
how we change the vsam file name in cics rigion? anybody elobrate this?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?