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
how can you create zero observation dataset? : Sas programming
Give an example where SAS fails to convert character value to numeric value automatically?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What are the prime responsibilities of data integration administrator? : Sas-di
Describe what are the different levels of administrative users in sas? : sas-grid-administration
Compare sas with other data analytics tools.
Describe the function and untility of the most difficult SAS macro that you have written.
What is a pdv and what are its functions?
what are sas/access and sas/connect? : Sas programming
Explain the use of proc print and proc contents?
How is character variable converted into numeric variable and vice versa?
Name and describe few sas character functions that are used for data cleaning in brief.
Explain data step in SAS
what are all the reports you generated in your recent project?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi