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
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What is the difference between input and infile statement?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What would you change about your job?
what is sas metadata repository? : Sas-bi
describe about physical data integration? : Sas-di
What is the difference between INPUT and INFILE ?
Mention what is PROC in SAS?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what is operational data and operational system? : Sas-di
How to read an input file in sas?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Do you need to know if there are any missing values?
How do you connect the desktop application to metadata server? : sas-grid-administration
Can you suggest us materials for sdtm mapping?