What RCT Entries will you make for a CICS DB2 program??
What is the difference between pct and fct?
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
Explain how do you dynamically set the cursor position to a specific field?
Why is it important not to execute a STOP RUN in CICS ?
What are the ways fot initiating a transaction?
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 .
Name some common CICS service programs and explain their usage?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
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?
How can you accomplish breakpoint in intertest?
Define an asra abend?
Define primary objective of cics?