What is a resident program?
Answers were Sorted based on User's Feedback
Answer / sankalp
A program or map loaded inti CICS nucleus so that it is
kept permanently in main storage and is not deleted when
CICS goes "short on stirage".
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / srinivas
A program or a map that is resident in the main memory it
does not deleted when CICS goes 'short on storage'.
| Is This Answer Correct ? | 5 Yes | 0 No |
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?
Explain the purpose of the program list table?
What do you do if you do not want characters entered by the user to be folded to uppercase ?
What is meant by a ‘Transid’ ?
The READ command with INTO option will read the record specified into the data area specified (True or False)
What is the common systems area?
Tsqs can be written in the main storage or auxiliary storage? State true or false
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
what is psuedo conversation?
Define the term function request shipping?
What is the common work area (CWA)?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?