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 do you pull data from equifax?tell me the process?
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
What is the use of PROC gplot?
how does sas handle missing values in functions? : Sas programming
Explain what is the use of proc gplot?
What are the statements that are executed only?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
Difference between nodup and nodupkey options?
How does proc sql work?
What is slibref?
Mention the difference between ceil and floor functions in sas?
How to specify variables to be processed by the freq procedure?
how to generate the test data in sas without input data? : Sas-administrator
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
How many ways to overcome a missing values???