What CICS facilities can you use to save data between the
transactions?
What is the pcp in the cics?
Name the three ways available for a program to position the cursor on the screen?
What is CECI?
What is the cics command that is used to access current date and time?
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?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
What is data only and map only in cics
List all the CICS tables and explain their contents.
What is the meaning of the deq command?
Explain the different ways of initiating transaction in cics?
What is a Logical Unit of Work (LUW)?
Explain the term ?MRO? (Multi Region Operation)?