What is the difference between LINK and XCTL ?
Answer / pop
LINK Command passes control to an application program at
the next logical level and expect to come back..
XCTL Command transfers control to an application program at
the same logical level and do not expect to come back....
| Is This Answer Correct ? | 6 Yes | 1 No |
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
can there be multiple mapsets for a single program?
Explain how do you access storage outside your cics program?
How can you use dynamic calls in cics?
What is the meaning of BMS length of field = 0?
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?
Define communication area?
Define cics interface block?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
Name and explain some common CICS abend codes?
How do you use extended attributes ?
Which of the following statements correctly describe the syntax of CICS command language?