Saved Bookmarks
| 1. |
Why Is A Stop Statement Needed For The Point= Option On A Set Statement? |
|
Answer» Because POINT= reads only the specified OBSERVATIONS, SAS cannot detect an end-of-file CONDITION as it WOULD if the file were being read SEQUENTIALLY. Because POINT= reads only the specified observations, SAS cannot detect an end-of-file condition as it would if the file were being read sequentially. |
|