Identify statements whose placement in the DATA step is
critical?
Answer Posted / amaran
Datalines or Cards - They should be the Last statement in
your Data step. all the ohers can be placed any where
between the Data & Datalines statement.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the data types that sas contain?
What is the use of the %include statement?
Name validation tools used in SAS
What is PDV?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What Proc glm does?
Mention how to limit decimal places for the variable using proc means?
what are some good sas programming practices for processing very large data sets? : Sas programming
explain the difference between proc means and proc summary?
Explain the special input delimiters used in sas programming.
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
Tell me about % include and % eval? : sas-macro
What is the general format of function in sas? : sas-grid-administration
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
do you need to know if there are any missing values? : Sas programming