what other sas products have you used and consider yourself proficient in using? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
what are the differences between proc report and proc tabulate?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
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
how to know the attributes of first five datasets in a library
What do the PUT and INPUT functions do?
Give e an example of..
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
What is the difference between order and group variable in proc report?
what is the difference btw proc means and proc univariate?
when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.