Explain the function of the load command?
how do you execute a background cics txn ?
what is the differences between getting the system time with eibtime and asktime command?
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?
What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.
what is the cics command used to access current date and time?
After execute the map, What will happen ? Give breif Description
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
What option is specified in the SEND command to send only the unnamed fields on to the screen?
What is an AICA abend?
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
What is the difference between receive and receivemap commands in CICS?