SUPPORT / SAMPLES & SAS NOTES
 

Support

Sample 55808: ODS LAYOUT: Placing text, graphs, and images on the same PDF page

DetailsCodeOutputAboutRate It

Prior to SAS® 9.4, there was not production syntax to enable the precise, non-columnar placement of tables, text, and images on a PDF page. ODS LAYOUT syntax provides these features and provides new production syntax starting in SAS 9.4 (TS1M0). ODS LAYOUT syntax facilitates the precise placement of text, tables, and images on a PDF page using ODS REGION statements.

The sample code on the Full Code tab illustrates the use of ODS LAYOUT ABSOLUTE to place output created by the ODSLIST, ODSTEXT, REPORT, and SGPLOT procedures on the same page. The keyword ABSOLUTE is not necessary as it is implied if neither the COLUMNS= nor the ROWS= statement option is used.

ODS LAYOUT ABSOLUTE is documented here: ODS LAYOUT ABSOLUTE Statement

ODS LAYOUT GRIDDED is documented here: ODS LAYOUT GRIDDED statement


These sample files and code examples are provided by SAS Institute Inc. "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. Recipients acknowledge and agree that SAS Institute shall not be liable for any damages whatsoever arising out of their use of this material. In addition, SAS Institute will provide no support for the materials contained herein.