InterviewSolution
| 1. |
How Many Ways A Program Will Be Terminated In Ims Dc Programs? |
|
Answer» Normal Termination: Normal termination involves the PROGRAM returning control to IMS TM when it finishes processing. Abnormal Termination: When an IMS-managed application program abnormally TERMINATED, IMS prevents the RESCHEDULING of the application program, any uncommitted database changes are dynamically BACKED out, and any uncommitted output MESSAGES are cancelled. Normal Termination: Normal termination involves the program returning control to IMS TM when it finishes processing. Abnormal Termination: When an IMS-managed application program abnormally terminated, IMS prevents the rescheduling of the application program, any uncommitted database changes are dynamically backed out, and any uncommitted output messages are cancelled. |
|