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
Explain what is SAS informats?
it will become easy if uuu provide website linkssss and list of consultanciessssss
what is the use of proc contents and proc print in sas? : Sas-administrator
What do you know about symput and symget?
what are some good sas programming practices for processing very large data sets? : Sas programming
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What is connection profile? : sas-grid-administration
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What do the SAS log messages "numeric values have been converted to character" mean?
Describe a time when you were really stuck on a problem and how you solved it?
What sas features do you use to check errors and data validation?
which date functions advances a date time or date/time value by a given interval? : Sas programming
Explain proc sort?
What are the new features included in the new version of SAS Programming Language?
Difference between sum function and using “+” operator?