By which CICS defined field can you determine the position
of the cursor on the map ?
NAME SOME TRANSLATOR AND COMPILE OPTION AND EXPLAINE THEIR MEANING
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
What are the terms cics generally means?
What are the cics transactions?
name the command that is used to dump the main storage areas related to a task?
If no exception handling is provided in the program, what will happen ?
What is a transid and explain the system transid CEMT?
What is the CICS supplied transaction which performs syntax checking of a CICS command?
What is meant by a CICS task?
An XCTL uses more CPU time than LINK (True or False)
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?
Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?