October 2009
Beginner
636 pages
13h 35m
English
With ODS, it is possible to combine the output from a number of procedures into a single output file. This means that you can create an HTML page with a table from PROC FREQ and a bar chart from PROC GCHART. In HTML, because there are no page breaks, the output appears to be on the same page. However, there are still large gaps between the procedures.
If you'd like to integrate your graphs and tabular output, there is a trick you can use to embed a graph in a row of a PROC REPORT table. The technique is simple. First, you need to create your graph and save it in a SAS catalog. The following code creates a bar chart called SalesBar and saves it in the WORK library under the catalog name CandyBarChart.
GOPTIONS ...
Read now
Unlock full access