Explain re-entrancy as applies to CICS.
Answer / chudar
the program which doesn't modify itself, so can be reentred
after inturuction by os. and is used in mutithreading region
| Is This Answer Correct ? | 2 Yes | 1 No |
What is task control and what are the CICS commands associated with it?
What is the CICS LOAD command?
What command do you issue to delete a record in a transient data queue ?
What is the difference between LINK and XCTL ?
how can you prevent more than one user from accessing the same transient data queue?
How is addressability achieved to the data outside programs working-storage.?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
What are some of the cics commands associated with interval control?
Define an asra abend?
Explain the primary function of the processing program table (ppt)?
what is an MDT in cics
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?