InterviewSolution
Saved Bookmarks
| 1. |
Under what circumstances are scope terminators mandatorily needed? |
|
Answer» When we are using in-line PERFORMS or EVALUATE statements, we NEED to USE scope terminators. It is recommended because it HELPS to read the CODE better and is DEEMED as a good coding practice. |
|