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 |
is it possible to create TDQ's and TSQ's dynamically,How
Explain the difference between the into and the set option in the exec cics receive map command?
Kindly specify the pic clause for the any bll cell type of data fields?
How to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?
Why is it important not to execute a STOP RUN in CICS ?
What is ENQ in CICS?
What do you mean by CEMT?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
What does the 'cemt:cics' transactions do?
What is fset?
What is the command that is used to delay the processing of a task for a specified time interval
I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN