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
how to remove duplicates using proc sql?
How to sort in descending order?
what is SAS OPTIMIZATION?
Mention how to limit decimal places for the variable using proc means?
what are input dataset and output dataset options? : Sas programming
What is the function of output statement in a SAS Program?
what are some differences between proc summary and proc means? : Sas programming
for report generation which one you used proc report or data_null_?
What do the PUT and INPUT functions do?
What is the basic structure of a sas program?
what is sas data set?
What are the default statistics that proc means produce?
what is sas database server? : Sas-di
how does sas handle missing values in formats? : Sas programming
What are symget and symput? : sas-macro