InterviewSolution
Saved Bookmarks
| 1. |
When Is A Scope Terminator Mandatory? |
|
Answer» Scope terminators are MANDATORY for in-line PERFORMS and EVALUATE statements. For readability, it is RECOMMENDED coding practice to ALWAYS make scope terminators EXPLICIT. Scope terminators are mandatory for in-line PERFORMS and EVALUATE statements. For readability, it is recommended coding practice to always make scope terminators explicit. |
|