If you set a label in the data step and call a proc freq on
the data, how do you display the data without the labels
and just the variables.
what is Global Symbol table and Local symbol table?
How to limit decimal places for the variable using proc means?
What is Transaction...? And what are Comment, Roll back n Save point..?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
What is the difference between Proc tabulate and Proc print
What techniques and/or PROCs do you use for tables?
Name any two sas spawners? : sas-grid-administration
explain what is factor analysis? : Sas-administrator
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
How to sort in descending order?