Chapter Contents

Previous

Next
The Complete Guide to the SAS Output Delivery System

Using CMS to Create ASCII HTML Output


/* The TRANTAB= option creates ASCII HTML that  */
/* you can send to an ASCII-based web server.   */
ods html body='odsexb htm'
         contents='odsexc htm'
         page='odsexp htm'
         frame='odsexf htm'
         trantab=ascii;

Note:    Use a binary transfer to move the files to the web server.  [cautend]


Chapter Contents

Previous

Next

Top of Page

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