What is meant by program reentrance?
Answer / khader
A Reentrant program is a program which does not modify
itself so that it can reenter to itself and continues
processing after an interruption made by the operating
system which, during the interruption, executes other OS
tasks including OS tasks of the same program. It is also
called serially reusable program.
| Is This Answer Correct ? | 6 Yes | 1 No |
What is the difference between receive and receivemap commands in CICS?
Is there any entry for TSQs in CICS tables?
What does EIB mean?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
what is the cics command used to access current date and time?
How do you access storage outside your CICS program?
What is the command that is used to delay the processing of a task for a specified time interval
How and where is the TWA size set? .
In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?
Which of the following statements correctly describe the syntax of CICS command language?
Can you explain cics transaction gateway?
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?