What happens to resources supplied to a transaction when an
XCTL command is executed?
Answer / pavan
xctl is a control transfer command.
when xctl command executed control transfers to another
program and control is not expected back to main program.
(ex: menu driven programs).
*** control doesnot hold any resourses.***
but link holds resourses and expected back automatically.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can you explain communication area?
What is program reentrance?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Which CICS system program is responsible for handling automatic task initialization?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What is the CICS command that gives the length of TWA area?
Highlight the points of differences between XCTL and START?
how to get 'time stamp' in cics prgms ,what is the syntax.
What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?
What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.
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?
Name at least one of the ways by which a transaction can be terminated?