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
Give e an example of..
I need level 2 to 5 sas using companies in india
how does sas handle missing values in functions? : Sas programming
What is the work of tranwrd function?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
how many types of prompts are there? : Sas-bi
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What does proc print, and proc contents are used for?
How many data types are there in SAS?
Approximately what date is represented by the SAS date value of 730?
For clinical entire study how many tables will create approx?
What is the difference between %local and %global? : sas-macro
Given an unsorted data set, how to read the last observation to a new data set?
Explain translate function?