Which command is used to perform sorting in sas program?
No Answer is Posted For this Question
Be the First to Post Answer
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
Hot to suppress characters from a given string?
What is the good sas programming practices for processing large data sets?
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
What is the difference between where and if statement?
How to convert .xls file into CSV format?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
Code the MEANS to produce output to be used later.
How would you keep from overlaying the a SAS set with its sorted version?
What is Linear Regression?
Explain the difference between informat and format with an example.
What are the different types of sas functions?