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
In SAS explain which statement does not perform automatic conversions in comparisons?
How to convert a numeric variable to a character variable?
What are the ways in which macro variables can be created in sas programming?
how will you location sas platform applications available from web browser? : Sas-bi
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
How to create list output for cross-tabulations in proc freq?
What are the functions which are used for character handling functions?
What is proc sort?
what are the categories that sas informats are used to the place the data? : Sas-administrator
what are all the reports you generated in your recent project?
Describe the function and utility of the most difficult SAS macro that you have written?
what do you mean by data staging area? : Sas-di
what is the use of proc contents and proc print in sas? : Sas-administrator
Do you need to know if there are any missing values?