Questions
What is
PROC TABULATE
for?How does the ODS allow the programmer to access tables generated during the running of a
PROC
?What code needs to be included in order for
PROC SGPLOT
to use the ODS?The leader of a department wants the SAS report developer to create a quarterly sales report that includes nicely formatted tables. The department leader wants to write paragraphs below the tables in order to interpret them, and then regard this as the department's official quarterly sales report. What is the most useful format in which to provide these tables to the department leader?
An SAS programmer receives an SAS dataset with about 200 variables. The programmer wants to output the list of variable names to an SAS dataset so that the variable names can be queried. How might the programmer approach this problem using the ODS?
What are the differences between making a histogram in
PROC UNIVARIATE
, making one inPROC SGPLOT
, and making one usingPROC...