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 does proc sql work?
What is the difference between one to one merge and match merge? Give an example.
Tell e how how dealt with..
Explain what is the use of proc gplot?
what is proc Index? and what is proc document?
what is the purpose of _error_? : Sas programming
How to include or exclude specific variables in a data set?
What is the use of stop statement?
What is the difference between proportion and average?
Mention what is SAS data set?
Briefly explain input and put function?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What is the difference between INPUT and INFILE ?
what are the categories that sas informats are used to the place the data? : Sas-administrator
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?