What is the difference between START and XCTL? How do you
determine when to use either option?
Answer Posted / 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 |
Post New Answer View All Answers
What is a cics task?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is the kcp in the cics?
If we say that bms length of field = 0, then what does that mean?
What is meant by PPT and what are its uses?
What is meant by an attribute byte?
Explain how do you access storage outside your cics program?
Define exec cics retrieve?
What is interval control?
What is the procedure to solve an ASRA ABEND?
How can you access esds files from cics?
Explain how do you terminate an already issued delay command?
Explain how do you control cursor positioning?
Can you define aica abend?
Explain the difference between exec cics handle condtion and an exec cics ignore command?