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?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
Are you involved in writing the inferential analysis plan? Tables specfications?
Do you need to rearrange the order of the data for the report?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
What is by-group processing?
Name some categories in sas 9? : sas-grid-administration
Differentiate between format and informat? : sas-grid-administration
explain the difference between proc means and proc summary?
List down the reasons for choosing sas over other data analytics tools.
What are the different versions of sas that you have used until now? : sas-grid-administration
What is the difference between input and infile statement?
What is the order of application for output data set options, input data set options and SAS statements?
Explain how merging helps to combine data sets.
What is substr function?