Alternative ODS HTML Statements for Running Examples in Different Operating Environments

Similar documents
Allocating External Files

APPENDIX 2 Customizing SAS/ASSIST Software

Chapter 28 Saving and Printing Tables. Chapter Table of Contents SAVING AND PRINTING TABLES AS OUTPUT OBJECTS OUTPUT OBJECTS...

Formats. Formats Under UNIX. HEXw. format. $HEXw. format. Details CHAPTER 11

Changes and Enhancements

Permission Program. Support for Version 6 Only. Allowing SAS/SHARE Client Access to SAS Libraries or Files CHAPTER 40

Chapter 3 Managing Results in Projects. Chapter Table of Contents

Introduction. Understanding SAS/ACCESS Descriptor Files. CHAPTER 3 Defining SAS/ACCESS Descriptor Files

Using MDP Extensions. What Is the Multidimensional Data Provider? CHAPTER 3

Using Cross-Environment Data Access (CEDA)

Changes and Enhancements

Customizing Your SAS Session

Formats. SAS Formats under OS/2. Writing Binary Data CHAPTER 13

Data Representation. Variable Precision and Storage Information. Numeric Variables in the Alpha Environment CHAPTER 9

Introduction. LOCK Statement. CHAPTER 11 The LOCK Statement and the LOCK Command

External Files. Definition CHAPTER 38

Using Dynamic Data Exchange

Informats. Informats Under UNIX. HEXw. informat. $HEXw. informat. Details CHAPTER 13

The SAS Interface to REXX

CHAPTER 13 Importing and Exporting External Data

Informats. Informats in the CMS Environment. Considerations for Using Informats under CMS. EBCDIC and Character Data CHAPTER 15

Using Data Transfer Services

Chapter 6 Creating Reports. Chapter Table of Contents

Defining Your Data Sources

Using the SQL Editor. Overview CHAPTER 11

SAS/ASSIST Software Setup

Graphics. Chapter Overview CHAPTER 4

Functions and CALL Routines

Chapter 25 PROC PARETO Statement. Chapter Table of Contents. OVERVIEW SYNTAX SummaryofOptions DictionaryofOptions...

WKn Chapter. Note to UNIX and OS/390 Users. Import/Export Facility CHAPTER 9

Macro Facility. About the Macro Facility. Automatic Macro Variables CHAPTER 14

Overview. CHAPTER 2 Using the SAS System and SAS/ ASSIST Software

Storing and Reusing Macros

SAS I/O Engines. Definition. Specifying a Different Engine. How Engines Work with SAS Files CHAPTER 36

from the source host, use the FTP put command to copy a file from the source host to the target host.

SAS Support for TELNET on Windows

Data Set Options. Specify a data set option in parentheses after a SAS data set name. To specify several data set options, separate them with spaces.

SAS Web Infrastructure Kit 1.0. Overview

Chapter 2 User Interface Features. networks Window. Drawing Panel

Chapter 23 Animating Graphs. Chapter Table of Contents ANIMATING SELECTION OF OBSERVATIONS ANIMATING SELECTED GRAPHS...347

Chapter 27 Saving and Printing Graphics

QUEST Procedure Reference

Examples That Use Remote Objecting

Creating and Executing Stored Compiled DATA Step Programs

Tasks Menu Reference. Introduction. Data Management APPENDIX 1

The EXPLODE Procedure

SCL Arrays. Introduction. Declaring Arrays CHAPTER 4

Executing SAS/AF Applications

OS/390 Platform Examples

APPENDIX 4 Migrating from QMF to SAS/ ASSIST Software. Each of these steps can be executed independently.

SAS Catalogs. Definition. Catalog Names. Parts of a Catalog Name CHAPTER 32

Licensing SAS DataFlux Products

OpenVMS Operating Environment

SAS. IT Service Level Management 2.1: Migration Documentation

SAS File Management. Improving Performance CHAPTER 37

Introduction to MDDBs

UNIX Platform Error Messages

Routing the SAS Log and SAS Procedure Output

UNIX Spawner Program. Starting the UNIX Spawner Program CHAPTER 36

The TRANTAB Procedure

SAS Data Libraries. Definition CHAPTER 26

The correct bibliographic citation for this manual is as follows: SAS Institute Inc Proc EXPLODE. Cary, NC: SAS Institute Inc.

Introduction. CHAPTER 3 Working in the SAS Windowing Environment

SAS Forecast Server 3.1. Administrator s Guide to Installation and Configuration

Choosing the Right Procedure

Optimizing System Performance

SAS Workflow Manager 2.2: Administrator s Guide

SAS 9.2 Foundation Services. Administrator s Guide

The GTESTIT Procedure

DBLOAD Procedure Reference

SAS Drug Development 3.3_03. December 14, 2007

SAS Fair Banking 8.1 Installation Instructions

Chapter 25 Editing Windows. Chapter Table of Contents

Installation Instructions for SAS/ACCESS Interface to SAP BW

CHAPTER 7 Examples of Combining Compute Services and Data Transfer Services

CHAPTER 5 Macintosh: TCP/IP Access Method

The GSLIDE Procedure. Overview. About Text Slides CHAPTER 27

Enterprise Miner Software: Changes and Enhancements, Release 4.1

Changes and Enhancements

Using CVS Repositories with SAS

SAS Simulation Studio 14.1: User s Guide. Introduction to SAS Simulation Studio

SAS Enterprise Miner TM 6.1. Migration Guide

Administering SAS Enterprise Guide 4.2

Chapter 13 Multivariate Techniques. Chapter Table of Contents

SAS Marketing Operations Management 6.0 R14 Update 2

Handling Exceptions. Introduction. Using the Program Halt Handler CHAPTER 10

Chapter 7 File Access. Chapter Table of Contents

SAS Web Infrastructure Kit 1.0. Overview, Second Edition

Formats. SAS Formats under OpenVMS. Writing Binary Data CHAPTER 13

The GANNO Procedure. Overview CHAPTER 12

Locking SAS Data Objects

Chapter 14 Introduction to the FACTEX Procedure

SAS. Installation Guide Fifth Edition Intelligence Platform

SYSTEM 2000 Essentials

SAS Model Manager 2.2. Tutorials

CHAPTER 7 Using Other SAS Software Products

The SERVER Procedure. Introduction. Syntax CHAPTER 8

What Is a Communications Access Method? CHAPTER 1 Using Communications Access Methods

Routing Output. Producing Output with SAS Software CHAPTER 6

SAS Data Integration Studio 3.3. User s Guide

Transcription:

275 APPENDIX 1 Alternative ODS HTML Statements for Running Examples in Different Operating Environments Using an OS/390 UNIX System Services HFS Directory for HTML Output 275 Using an OS/390 PDSE for EBCDIC HTML Output 275 Using an OS/390 PDSE for ASCII HTML Output 276 Using CMS to Create EBCDIC HTML Output 276 Using CMS to Create ASCII HTML Output 277 Using an OS/390 UNIX System Services HFS Directory for HTML Output /* the HTML files. The URL= suboption prevents */ /* information from PATH= from appearing in the */ /* links and references that ODS creates. The URLs */ /* will be the same as the file specifications. */ ods html body= odsexample-body.htm contents= odsexample-contents.htm page= odsexample-page.htm frame= odsexample-frame.htm path= ~ (url=none); Using an OS/390 PDSE for EBCDIC HTML Output /* Allocate a PDSE for the HTML Output. */ filename pdsehtml.example.htm dsntype=library dsorg=po disp=(new, catlg, delete); /* These files are PDSE members. */ /* the HTML files. The URL= suboption prevents */ /* information from PATH= from appearing in the */ /* links and references that ODS creates. The URLs */ /* will be the same as the file specifications. */ /* The RS= option creates HTML that you can work */

276 Using an OS/390 PDSE for ASCII HTML Output 4 Appendix 1 /* with in an editor and use on an OS/390 web server. */ ods html body= odsexb contents= odsexc page= odsexp frame= odsexf path=.example.htm (url=none) rs=none; Using an OS/390 PDSE for ASCII HTML Output /* Allocate a PDSE for the HTML Output. */ filename pdsehtml.example.htm dsntype=library dsorg=po disp=(new, catlg, delete); /* These files are PDSE members. */ /* The URL= suboption in the HTML-file */ /* specifications provides a URL that will be valid */ /* after the PDSE members have been moved to an */ /* ASCII file system. When the files are */ /* transferred, they must retain their member names */ /* and have the ".htm" extension added in order for */ /* these URLs to be correct. */ /* the HTML files. The URL= suboption in the PATH= */ /* option prevents information from PATH= from */ /* appearing in the links and references that ODS */ /* creates because it will not be a valid URL for */ /* the ASCII file system. */ /* The TRANTAB= option creates ASCII HTML that */ /* you can send to an ASCII-based web server. */ ods html body= odsexb (url= odsexb.htm ) contents= odsexc (url= odsexc.htm ) page= odsexp (url= odsexp.htm ) frame= odsexf path=.example.htm (url=none) trantab=ascii; Note: Use a binary transfer to move the files to the web server. 4 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

Alternative ODS HTML Statements 4 Using CMS to Create ASCII HTML Output 277 frame= odsexf htm rs=none; 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. 4

278 Using CMS to Create ASCII HTML Output 4 Appendix 1

The correct bibliographic citation for this manual is as follows: SAS Institute Inc., The Complete Guide to the SAS Output Delivery System, Version 8, Cary,NC: SAS Institute Inc., 1999. 310 pp. The Complete Guide to the SAS Output Delivery System, Version 8 Copyright 1999 by SAS Institute Inc., Cary,NC, USA. ISBN 1 58025 425 X All rights reserved. Produced in the United States of America. No part of this publication may be reproduced, stored in aretrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, or otherwise, without the prior written permission of the publisher,sas Institute Inc. U.S. Government Restricted Rights Notice. Use, duplication, or disclosure of the software and related documentation by the U.S. government is subject to the Agreement with SAS Institute and the restrictions set forth in FAR 52.227 19 Commercial Computer Software-Restricted Rights (June 1987). SAS Institute Inc., SAS Campus Drive, Cary,North Carolina 27513. 1st printing, October 1999 SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. indicates USA registration. Other brand and product names are registered trademarks or trademarks of their respective companies. The Institute is aprivate company devoted to the support and further development of its software and related services.