InterviewSolution
Saved Bookmarks
| 1. |
What is the importance of INITIALIZE verb? |
|
Answer» INITIALIZE verb is USED for initializing VALUES in data ITEMS to their default value. NUMERIC items will be set to 0, alphabetic and alphanumeric items will be set to spaces. Items like FILLERS, OCCURS DEPENDING ON are to be left untouched during the initialization. |
|