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 |
How do you enter into cics region and how many regions available?
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
What is transient data?
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
How to execute a cics program from a paticular date and time .or specified date and time.
What is the meaning of the ENQ and DEQ commands?
What is DEQ?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
What is the function of DFHMDF BMS macro?
how i can enter into cics region in real time.
Explain how do you delete item 3 in a five-item tsq?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.