InterviewSolution
Saved Bookmarks
| 1. |
What Are The Differences Between And Exec Cics Xctl And Exec Cics Start Command? |
|
Answer» The XCTL command transfer control to ANOTHER application (having the same Transaction ID), while the START command INITIATES a new transaction ID (therefore a new task number). The XCTL CONTINUES task on the same TERMINAL. START can initiate a task on another terminal. The XCTL command transfer control to another application (having the same Transaction ID), while the START command initiates a new transaction ID (therefore a new task number). The XCTL continues task on the same terminal. START can initiate a task on another terminal. |
|