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 Posted / 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 |
Post New Answer View All Answers
what are the thress bms options?
Explain the difference between start and xctl?
Explain how many exceptional condition can be given in a handle condition?
How do you use altindxs in batch, cics programs?
Define exec cics retrieve?
Define an asra abend?
Explain how pa key is different from pf key?
What are some of the cics commands associated with interval control?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is mainframe cics?
Can you define bms?
What does a cics translator do?
What is the pic clause for the data type of length option field type of data fields?
What Are Send Map Maponly & Send Map Dataonly ?