What is the difference between START and XCTL? How do you
determine when to use either option?
Answers were Sorted based on User's Feedback
Answer / abhijit
START is used to start a transaction either from a
application program or in the background. Once the
transaction is started the application program moves ahead
in the processing. XCTL is used to transfer control to
another program(not a transasction). Once the XCTL command
is completed the calling program does not expect the
control to come back to itself.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ra
START: is basically used to initiate a cics transaction on
any remote trimal or printer
XCTL: is used to transfere control on prgram level form one
program to another program
| Is This Answer Correct ? | 2 Yes | 0 No |
How do you delete Item 3 in a five-item TSQ?
What is the difference between pct and fct?
Explain cebr transaction commands?
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM
What is the difference between FSET and FRSET?
what is invreq condition?
Can you explain cics translator?
What does a cics translator do?
What are attribute bytes and how and why are they modified?
Explain page up and page down logic along with coding logic in cics?
How many ways to share information between different CICS programs?
what is the deadlock?