What is meant by a CICS task?
Answers were Sorted based on User's Feedback
Answer / bobby
execution of a CICS transaction is called a CICS task
| Is This Answer Correct ? | 3 Yes | 1 No |
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
Name the macros used to define the following: MAP MAPSET FIELD
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?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
What are the types of processes to create a map in cics?
What is a logical message in CICS?
What is the use of the program list table?
Which is the CICS control program which governs the flow of control among the CICS application
What is the usage of language in the PPT entry?
Can you use DYNAMIC calls in CICS ?
What is the abend command?
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?