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 |
What are the databases that CICS can access?
Name some important fields in the EIB block ?
What is the use of tdq and tsq?
Can you explain cics translator?
What is the meaning of the enq command?
How do you define Task Work Area?
Explain the maps in cics?
Can you define mdt?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
How many conditions can you include in a single HANDLE CONDITION command?
How do we pass parameters into a CICS –DB2 program
0 Answers Accenture, JPMorgan Chase,
What is the CICS command that is used to receive the un- formatted data from the terminal?