What is the command used to send a map to a terminal?
How will you place cursor on a field called ?EMPNO?.
What does the 'cebr:cics' transactions do?
Name some important fields in the EIB block ?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)
What happens when a CICS command contains the NOHANDLE option?
Define cedf?
What is the common work area (CWA)?
What is the drawback of using HANDLE CONDITION?
What is an ASRA abend ?
Give the definition of COMMAREA ?
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?