Why is a STOP statement needed for the point=option on a
SET statement?
Answer Posted / latha sunkara
When you use the POINT= option, you must include a STOP
statement to stop DATA step processing, programming logic
that checks for an invalid value of the POINT= variable, or
both. Because POINT= reads only those observations that are
specified in the DO statement, SAS cannot read an end-of-
file indicator as it would if the file were being read
sequentially. Because reading an end-of-file indicator ends
a DATA step automatically, failure to substitute another
means of ending the DATA step when you use POINT= can cause
the DATA step to go into a continuous loop.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
If a variable contains letters or special characters, can it be numeric data type?
why is sas data integration studio important? : Sas-di
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
How you can read the variables that you need?
what are the categories that sas informats are used to the place the data? : Sas-administrator
Compare sas with other data analytics tools.
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
How to limit decimal places for the variable using proc means?
How would you define the end of a macro?
What is the maximum length of the macro variable? : sas-macro
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Give e an example of..
How many data types are there in SAS?