how can get the first and last observations in a dataset
using Proc SQl?
Answer Posted / naveen
proc sql;
select first(orderprise)
from xxx;
quit;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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?
for report generation which one you used proc report or data_null_?
why is a stop statement needed for the point=option on a set statement? : Sas programming
What is the use of stop statement?
Explain proc univariate?
how can you create zero observation dataset? : Sas programming
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
what has been your most common programming mistake? : Sas programming
What is the maximum length of the macro variable? : sas-macro
what is sas olap server? : Sas-di
What are the default statistics that proc means produce?
How can you create a macro variable with in data step? : sas-macro
explain the function of substr in sas? : Sas-administrator
What is connection profile? : sas-grid-administration
What is the use of PROC gplot?