Why is a STOP statement needed for the point=option on a
SET statement?
Answer Posted / dupe
just to add to the previous answer, if the stop statement
is executed, SAS cannot proceed to the bottom of the
datastep, where a run statement is encountered which forces
an explisit output of observation. To overcome this, you
will need to include the output statement before the stop
statement.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Mention sas system options to debug sas macros.
Explain how merging helps to combine data sets.
is data integration and etl programming is same? : Sas-di
What is substr function?
Describe 5 ways to do a “table lookup” in SAS?
How would you identify a macro variable?
What are pdv and it functions?
Differentiate input and infile.
how do you pull data from equifax?tell me the process?
How to test the debugging in sas?
What are the differences between sum function and using “+” operator?
what is enterprise guide? What is the use of it? : Sas programming
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
why a stop statement is needed for the point= option on a set statement?
Explain why double trailing @@ is used in input statement?