How to create list output for cross-tabulations in proc freq?
No Answer is Posted For this Question
Be the First to Post Answer
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
"What is the difference between proc sort nodup and proc sort nodupkey?"
How would you delete duplicate observations?
What is the use of PROC gplot?
What is data _null_?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
What is difference between sas rename and lable?
for whom is sas data integration studio designed? : Sas-di
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?