Chapter Contents

Previous

Next
The Complete Guide to the SAS Output Delivery System

Using CMS to Create EBCDIC HTML Output

/* The RS= option creates HTML that you can work */
/* with in an editor and use on a CMS web server.*/
ods html body='odsexb htm'
         contents='odsexc htm'
         page='odsexp htm'
         frame='odsexf htm'
         rs=none;


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.