InterviewSolution
| 1. |
How Do You Intitiate Another Transaction? |
|
Answer» The transaction initiated should be in a position to retrieve INFORMATION pertaining to which transaction has initiated it and from which terminal. (CODE the required CICS commands) EXEC CICS START EXEC CICS RETRIEVE The transaction initiated should be in a position to retrieve information pertaining to which transaction has initiated it and from which terminal. (Code the required CICS commands) EXEC CICS START EXEC CICS RETRIEVE |
|