Sample 25386: Demonstrates Basic File Generated from ODS MARKUP using IMODE tagset
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.
This sample is from the SAS Sample Library. For additional information, refer to "SAS Output Delivery System: User's Guide".
/****************************************************************/
/* S A S S A M P L E L I B R A R Y */
/* */
/* NAME: ODSMRK6 */
/* TITLE: Demonstrates Basic File Generated from ODS MARKUP */
/* using IMODE tagset */
/* PRODUCT: BASE */
/* SYSTEM: ALL */
/* KEYS: ODS MARKUP IMODE */
/* PROCS: PRINT */
/* DATA: */
/* */
/* SUPPORT: UPDATE: */
/* REF: */
/* MISC: */
/* */
/****************************************************************/
ods imode body='odsmrk6a.htm';
proc print data=sashelp.class;
title "PROC PRINT output to IMODE";
run;
/* Close the IMODE destination the same way it was */
/* opened. */
ods imode close;
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.
Demonstrates Basic File Generated from ODS MARKUP using IMODE tagset
| Type: | Sample |
| Topic: | Third Party ==> Output ==> HTML SAS Reference ==> ODS (Output Delivery System)
|
| Date Modified: | 2007-11-08 13:35:11 |
| Date Created: | 2005-05-23 13:50:19 |
Operating System and Release Information
| SAS System | Base SAS | All | 8.2 TS2M0 | n/a |