楼主: yangyu_kev
2304 2

SAS.Publishing.Saving.Time.and.Money.Using.SAS.Jul.2007 [推广有奖]

  • 0关注
  • 0粉丝

硕士生

52%

还不是VIP/贵宾

-

威望
0
论坛币
8543 个
通用积分
4.1350
学术水平
1 点
热心指数
4 点
信用等级
1 点
经验
1705 点
帖子
95
精华
1
在线时间
73 小时
注册时间
2004-11-26
最后登录
2024-4-14

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
<p>讲了很多sas的高级应用......................best best book</p><p></p><p> </p><p> 180944.pdf (2.76 MB, 需要: 30 个论坛币) </p><p></p><p><br/>&nbsp;</p><p><img src="file:///D:/Documents%20and%20Settings/Administrator/桌面/snap2.jpg" border="0" twffan="done" alt=""/></p><p></p><p>Contents<br/>Acknowledgments ix<br/>Introduction xi<br/>Chapter 1 Accessing SAS Data without Using SAS Code 1<br/>1.1 Abstract 2<br/>1.2 Introduction 2<br/>1.3 ODBC 2<br/>1.3.1 Setting Up a SAS Server for the SAS ODBC Driver 3<br/>1.3.2 Microsoft Access 2000 8<br/>1.3.3 Microsoft Excel 2000 17<br/>1.3.4 Visual Basic 6.0 22<br/>1.3.5 Lotus Approach Version 9 26<br/>1.3.6 OpenOffice.org 2.1 27<br/>1.4 Dynamic Data Exchange 43<br/>1.4.1 Visual Basic 6.0 45<br/>1.5 SAS Integration Technologies 45<br/>1.5.1 Visual Basic 6.0 46<br/>1.5.2 LotusScript Version 9 54<br/>1.5.3 OpenOffice.org 2.1 55<br/>1.6 Conclusions 59<br/>1.7 Recommended Reading 59<br/>Chapter 2 Out of Space with SAS Software? 61<br/>2.1 Abstract 62<br/>2.2 Introduction 63<br/>2.3 Space Allocation under z/OS 63<br/>2.3.1 Reallocation of Space under z/OS 64<br/>2.3.2 Common z/OS Disk Space Errors 65<br/>2.4 Saving Permanent Disk Space 65<br/>2.4.1 Creating a SAS Data Set (All Platforms) 65</p><p></p><p>2.4.2 Replacing a SAS Data Set (All Platforms) 66<br/>2.4.3 Appending to a SAS Data Set (All Platforms) 66<br/>2.4.4 Inserting and Deleting Observations (All Platforms) 67<br/>2.5 Saving Temporary Disk Space 68<br/>2.5.1 Creating Multiple SAS Data Sets in the Same Data Step<br/>(All Platforms) 68<br/>2.5.2 WORK Allocation 68<br/>2.5.3 SORTWORK Allocation 69<br/>2.5.4 WORK and SORTWORK Allocation in Batch 69<br/>2.5.5 Virtual Disk Space 70<br/>2.5.6 Reusing WORK Data Set Names and Other Housekeeping<br/>(All Platforms) 70<br/>2.6 General Disk Space Economies 71<br/>2.6.1 Tape Format SAS Data Sets 71<br/>2.6.2 Transport Format SAS Data Sets (All Platforms) 72<br/>2.6.3 XPORT Engine Files (All Platforms) 72<br/>2.6.4 PROC CPORT and PROC CIMPORT Files<br/>(All Platforms) 73<br/>2.6.5 Releasing Unused Space in a SAS Data Library 73<br/>2.6.6 Compression (All Platforms) 74<br/>2.7 Recommendations 78<br/>2.7.1 All Platforms 78<br/>2.7.2 z/OS Mainframe Specific 78<br/>2.8 Recommended Reading 78<br/>Chapter 3 Why Does My Job Run So Slowly? 79<br/>3.1 Abstract 80<br/>3.2 Introduction to SAS/ACCESS Software 80<br/>3.2.1 Access Descriptors versus Pass-Through SQL versus<br/>DB2 LIBNAME Statements 80<br/>3.3 PROC SQL 82<br/>3.3.1 Processing Data in DB2 or in SAS? 83<br/>3.4 Summary of Results 94<br/>3.4.1 Summarizing Rows in a DB2 Table 94<br/>3.4.2 Combining DB2 Tables Using Inner Join or Left Join 94</p><p>3.4.3 Selecting Rows from a SAS Data Set<br/>Using Another SAS Data Set 95<br/>3.4.4 The Effects of Sorting with z/OS DFSORT 95<br/>3.5 Converting SAS/ACCESS View Descriptors to SQL Views 98<br/>3.6 Recommendations 98<br/>3.7 Recommended Reading 99<br/>Chapter 4 Distributing SAS/GRAPH Reports 101<br/>4.1 Abstract 102<br/>4.2 Introduction 102<br/>4.3 GIF, JPEG, Bitmap, and Other Graphics File Formats 105<br/>4.4 The HTML and WEBFRAME Graphics Devices 106<br/>4.5 The ACTIVEX and JAVA Graphics Devices 108<br/>4.5.1 SAS/GRAPH ActiveX Control 109<br/>4.5.2 SAS/GRAPH Java Applets 111<br/>4.6 The SAS Metagraphics Data Devices 113<br/>4.7 Creating Drill-Down Graphs 116<br/>4.7.1 HTML and WEBFRAME Device Drivers 116<br/>4.7.2 SAS Metagraphics Data Device Drivers 119<br/>4.8 Summary 124<br/>4.9 Recommended Reading 129<br/>Chapter 5 Importing Data from and Exporting Data to<br/>Databases without SAS/ACCESS 131<br/>5.1 Abstract 132<br/>5.2 Introduction 132<br/>5.3 Access to Live Database Data 133<br/>5.4 Access to Database Extracts 134<br/>5.4.1 Delimited Flat Files 134<br/>5.4.2 Fixed-Column Data 136<br/>5.4.3 Fixed-Block Data 137<br/>5.4.4 Reading All Data as Text 138<br/>5.4.5 Converting Data between z/OS and Other Platforms 139</p><p>5.4.6 Accessing Data in Spreadsheets 142<br/>5.4.7 DDE (Windows Only) 142<br/>5.4.8 OLE (Windows Only) 143<br/>5.4.9 Reading Spreadsheet Files as Raw Data (Windows, Linux,<br/>and UNIX) 160<br/>5.5 Writing Data to Compatible Files for Spreadsheets 168<br/>5.5.1 Delimited Flat Files 168<br/>5.5.2 HTML Files 171<br/>5.6 Converting Date and Time Formats 173<br/>5.7 Summary 179<br/>5.7.1 Importing 179<br/>5.7.2 Exporting 180<br/>5.8 Recommended Reading 180<br/>Chapter 6 Developing SAS Applications Using<br/>SAS Enterprise Guide 181<br/>6.1 Abstract 182<br/>6.2 Introduction to SAS Enterprise Guide 183<br/>6.2.1 What Is SAS Enterprise Guide? 183<br/>6.2.2 Limitations of SAS Enterprise Guide 184<br/>6.2.3 User Interface 185<br/>6.2.4 Tasks 189<br/>6.2.5 Traditional Programming 191<br/>6.3 Hints and Tips for SAS Enterprise Guide Administrators 192<br/>6.3.1 Accessing Local SAS Installations 192<br/>6.3.2 Accessing Server-Based SAS Installations 192<br/>6.3.3 Why You Cannot Use Autoexec.sas 193<br/>6.3.4 Why Do Platform-Specific System Commands Fail? 194<br/>6.3.5 Changing the Current Directory 195<br/>6.4 Hints and Tips for SAS Enterprise Guide Users 197<br/>6.4.1 Installing SAS Enterprise Guide Custom Tasks 197<br/>6.4.2 Using the Add-In Manager to Remove a Custom<br/>Task 198<br/>6.4.3 Generating SAS Code Using SAS Enterprise Guide<br/>Tasks 203</p><p>6.4.4 Scheduling Batch SAS Processes 203<br/>6.4.5 Linux or UNIX Remote Servers 205<br/>6.5 Introducing SAS Enterprise Guide at a New Client Site—<br/>A Case Study 207<br/>6.5.1 Environment 207<br/>6.5.2 User Training 209<br/>6.5.3 User Perception 210<br/>6.5.4 Conclusions 211<br/>6.5.5 What Happened Next 211<br/>6.6 Recommended Reading 212<br/>Index 213</p><p></p><p></p>
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Publishing Publish Saving money Using Using SAS Saving money Jul

沙发
renda_shitou 发表于 2010-3-1 18:42:54 |只看作者 |坛友微信交流群
路过,有点贵!!!

使用道具

藤椅
crackman 发表于 2010-3-2 08:10:31 |只看作者 |坛友微信交流群
太贵了
期待免费

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-5-14 02:12