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 |
Explain the function of the terminal control table?
what is the cics command used to access current date and time?
what is partial serch analysys in cics?
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
With the use of an alternate index, how is a VSAM file accessed?
Can you define multiple maps in a BMS mapset?
Define communication area?
What is a logical message in CICS?
How to build up LU 6.2 communication?"
What are the databases that CICS can access?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
If we wish to create bms executable, what are the basic steps that the user has to go through?