InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is “cond= Even” And “cond=only”? |
|
Answer» Cond=EVEN indicates to EXECUTE this STEP EVEN if any PREVIOUS step is terminated ABNORMALLY. Cond=even indicates to execute this step EVEN if any previous step is terminated abnormally. |
|