Tuesday, 6 November 2012

Why is a STOP statement needed for the POINT= option on a SET statement? | SAS Programming Interview Questions

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.

No comments: