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 |
what is the purpose of using link ?
Can you explain cics transaction gateway?
Define exec cics retrieve?
How to test CICS, MainFrame applications
Which is the command that is used to dump the main storage areas related to a task?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
what is an MDT in cics
Can you simply check if length = 0 for checking if a field was modified?
Name the command used for terminating a browse operation?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
Explain the significance of rdo?
plz give the syntax for receive map and receive text cmds in cics