Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How does proc sql work?

1147


What is the difference between one to one merge and match merge? Give an example.

1123


Tell e how how dealt with..

2269


Explain what is the use of proc gplot?

1249


what is proc Index? and what is proc document?

2776


what is the purpose of _error_? : Sas programming

1192


How to include or exclude specific variables in a data set?

1169


What is the use of stop statement?

1123


What is the difference between proportion and average?

3407


Mention what is SAS data set?

1184


Briefly explain input and put function?

1140


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?

2158


What is the difference between INPUT and INFILE ?

1382


what are the categories that sas informats are used to the place the data? : Sas-administrator

1098


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2811