InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Exec Cics Handle Condtion And An Exec Cics Ignore Command? |
|
Answer» HANDLE CONDTION COMMAND creates a "go-to" environment. An IGNORE command does not create a go-to environment: instead. it gives CONTROL back to the next sequential instruction following the command CAUSING the condition. They are opposites. HANDLE CONDTION command creates a "go-to" environment. An IGNORE command does not create a go-to environment: instead. it gives control back to the next sequential instruction following the command causing the condition. They are opposites. |
|