What is the difference between Re-Entrant and Quasi re
entrant program??
By looking at the program how can you tell if its re-
entrant or not??
Answer / sandy
reenrant program is defined as a program that does not
modifies it self so that it can reenter to itself and continue
procesing after an interruption by the svc call of os .
batch programs are not non-reentrant.
reentrancy under CICS environmentos called QUASI-REENTRANCY as
the interruption in cicsmay involve more the one svc call OR
no svc call at all.
Is This Answer Correct ? | 4 Yes | 3 No |
A CICS program ABENDS with an ASRA ABEND code. What is its meaning?
How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know
Explain how do you access the records randomly in tsq?
What is an ASRA?
What tables must be updated when adding a new transaction and program?
For multithreading an application program need not be re- entrant(True or False).
If we wish to create bms executable, what are the basic steps that the user has to go through?
By which CICS defined field can you determine the position of the cursor on the map ?
What is the common systems area?
Tsqs can be written in the main storage or auxiliary storage? State true or false
What are some of the cics commands associated with interval control?
Explain the difference between getting the system time with eibtime and asktime command?