What is the difference between START and XCTL ?
Answer Posted / mani
Start and XCTL are completely different in execution.
Using XCTL we transfer the control from the calling program
to the called program and the control is expected to be
returned after the execution of the called program.Here we
can not change the terminal at which the transaction has to
execute and it is the same instance of the calling program.
whereas in the case of start we can specify where the
transaction has to execute i.e the terminal id and we can
also specify number of other parameters like when it has to
execute (by specifying date and time parameters).
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
how do you fire a batch job from a cics txn ?
What is mainframe cics?
Can you explain cics transaction gateway?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
What is meant by a ‘Transid’ ?
Name the three ways available for a program to position the cursor on the screen?
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?
Kindly specify the pic clause for the data type of length option field type of data fields?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Can you explain common systems area?
How to get the cursor position when we receive a map?
What is CICS ?
list the sequence of steps used to achieve modiication in skip sequential mode?
How many ways are there for initiating a transaction?
Define cics interface block?