Carpenter's Complete Guide to the SAS Macro Language, Third Edition
Title | Carpenter's Complete Guide to the SAS Macro Language, Third Edition PDF eBook |
Author | Art Carpenter |
Publisher | SAS Institute |
Pages | 540 |
Release | 2016-08-25 |
Genre | Computers |
ISBN | 1629602396 |
Providing both a compendium of reusable and adaptable code, and opportunities for deepening your understanding and growing as a SAS programmer, this pragmatic, example-driven reference offers nearly 400 ready-to-use macros, macro functions, and macro tools that enable you to convert SAS code to macros, define macro variables, and more. --
Annotate
Title | Annotate PDF eBook |
Author | Art Carpenter |
Publisher | SAS Press |
Pages | 0 |
Release | 1999 |
Genre | Mathematical statistics |
ISBN | 9781580255783 |
Get started on your way to using Annotate. Annotate has features that make it unique within SAS. Those features combine to make the Annotate facility both complex and powerful. With this well-organized linear introduction to the Annotate facility, get a simple start to a complex subject. Users with a working knowledge of the basics of SAS/GRAPH and the DATA step will benefit from the guidelines providing strategy for creating Annotate data sets from flat files, other SAS data sets, and assignment statements from within a DATA step. The numerous examples provide key elements of Annotate data sets, alternate statement structures, and methods for enhancing your output. You are also provided with an exhaustive source list for additional reference information to help you move on to the next level of using the Annotate facility.
Maps Made Easy Using SAS
Title | Maps Made Easy Using SAS PDF eBook |
Author | Mike Zdeb |
Publisher | SAS Press |
Pages | 0 |
Release | 2002 |
Genre | Cartography |
ISBN | 9781590470930 |
Bring your data to life and add meaning to your information with Maps Made Easy Using SAS. Abundant real-world examples and a tutorial approach help new users create maps easily and quickly. You will learn the basic mapping components, including map and response data sets as well as simple SAS/GRAPH statements. With in-depth examples you will move on to more advanced mapping techniques, such as annotating maps and producing customized maps and output. The process used to annotate maps is demystified and described in clear, easy-to-follow steps. You will produce data-driven, updatable maps in GIF format for use in Web-based presentations and other applications. Also presented are details on creating more complicated choropleth maps. These include maps that combine geographic areas with internal boundaries removed, maps that display multiple geographic areas, and clipped maps. Enhance your data presentations with this well-organized guide. This book is part of the SAS Press program.
Carpenter's Complete Guide to the SAS Macro Language, Third Edition
Title | Carpenter's Complete Guide to the SAS Macro Language, Third Edition PDF eBook |
Author | Art Carpenter |
Publisher | SAS Institute |
Pages | 744 |
Release | 2016-08-25 |
Genre | Computers |
ISBN | 162960237X |
For SAS programmers or analysts who need to generalize their programs or improve programming efficiency, Art Carpenter thoroughly updates his highly successful second edition of Carpenter's Complete Guide to the SAS Macro Language with an extensive collection of new macro language techniques and examples. Addressing the composition and operation of the SAS macro facility and the SAS macro language, this third edition offers nearly 400 ready-to-use macros, macro functions, and macro tools that enable you to convert SAS code to macros, define macro variables, and more! Users with a basic understanding of Base SAS who are new to the SAS macro language will find more detail, utilities, and references to additional learning opportunities; advanced macro language programmers who need help with data-driven macros and dynamic application development will find greatly expanded treatment of these topics. This revised and enlarged edition includes the following topics: New and expanded introduction to the macro language Functions, automatic macro variables, and macro statements new to the macro language Expanded macro language tools that interface with the operating system Expanded data-driven methodologies used to build dynamic applications Expanded discussion of list processing, with four alternative approaches presented Additional file and data management examples Expanded discussion of CALL EXECUTE and DOSUBL New discussion of using the macro language on remote servers Expanded discussion and examples of macro quoting Far beyond a reference manual issued from an “ivory tower,” this book is pragmatic and example-driven: Yes, you will find syntax examples; yes, the code is explained. But the focus of this book is on actual code used to solve real-world business problems. In fact, an entire appendix is dedicated to listing the nearly 70 classes of problems that are solved by programs covered in this edition. Discussion of the examples elucidates the pros and cons of the particular solution and often suggests alternative approaches. Therefore, this book provides you both a compendium of reusable and adaptable code, and opportunities for deepening your understanding and growing as a SAS programmer.
Quick Results with SAS/GRAPH Software
Title | Quick Results with SAS/GRAPH Software PDF eBook |
Author | Arthur L. Carpenter |
Publisher | SAS Press |
Pages | 0 |
Release | 1995 |
Genre | Mathematical statistics |
ISBN | 9781555446833 |
Design, construct, and display customized graphs quickly and efficiently with this new example-based book. It helps you master these customizing techniques without relying on the Annotate facility. You'll also discover practical tips here on topics not thoroughly covered in other books.
Learning SAS by Example
Title | Learning SAS by Example PDF eBook |
Author | Ron Cody |
Publisher | SAS Institute |
Pages | 553 |
Release | 2018-07-03 |
Genre | Computers |
ISBN | 1635266564 |
Learn to program SAS by example! Learning SAS by Example, A Programmer’s Guide, Second Edition, teaches SAS programming from very basic concepts to more advanced topics. Because most programmers prefer examples rather than reference-type syntax, this book uses short examples to explain each topic. The second edition has brought this classic book on SAS programming up to the latest SAS version, with new chapters that cover topics such as PROC SGPLOT and Perl regular expressions. This book belongs on the shelf (or e-book reader) of anyone who programs in SAS, from those with little programming experience who want to learn SAS to intermediate and even advanced SAS programmers who want to learn new techniques or identify new ways to accomplish existing tasks. In an instructive and conversational tone, author Ron Cody clearly explains each programming technique and then illustrates it with one or more real-life examples, followed by a detailed description of how the program works. The text is divided into four major sections: Getting Started, DATA Step Processing, Presenting and Summarizing Your Data, and Advanced Topics. Subjects addressed include Reading data from external sources Learning details of DATA step programming Subsetting and combining SAS data sets Understanding SAS functions and working with arrays Creating reports with PROC REPORT and PROC TABULATE Getting started with the SAS macro language Leveraging PROC SQL Generating high-quality graphics Using advanced features of user-defined formats and informats Restructuring SAS data sets Working with multiple observations per subject Getting started with Perl regular expressions You can test your knowledge and hone your skills by solving the problems at the end of each chapter.
Carpenter's Complete Guide to the SAS REPORT Procedure
Title | Carpenter's Complete Guide to the SAS REPORT Procedure PDF eBook |
Author | Art Carpenter |
Publisher | SAS Institute |
Pages | 490 |
Release | 2013-02-01 |
Genre | Computers |
ISBN | 1599944278 |
Art Carpenter demystifies the powerful REPORT procedure and shows you how to incorporate this highly flexible and customizable procedure into your SAS reporting programs. Combining his years of SAS experience with a talent for instruction, Art offers clear and comprehensive coverage that demonstrates how valuable this procedure is for both summarizing and displaying data. Illustrated with more than two hundred examples and sample exercises to reinforce your learning, Carpenter's Complete Guide to the SAS REPORT Procedure provides you with information that you can put to immediate use. The text is divided into three distinct sections. Part 1 introduces you to PROC REPORT, showing you how it works and "thinks." This section is designed to be read linearly by users who are unfamiliar with the procedure. Part 2 is a collection of increasingly more complex examples that feature advanced options and capabilities. It also introduces the relationship between PROC REPORT and the Output Delivery System (ODS). Part 3 incorporates the options and statements described in Parts 1 and 2 into a series of examples that highlight many of the extended capabilities of PROC REPORT. Included in this section is a discussion of a few ODS statements and options that might be useful to a PROC REPORT programmer, plus an in-depth look at the PROC REPORT process itself, especially as it relates to the execution of compute blocks. Art's author page at support.sas.com/carpenter includes the following bonus material: example SAS data sets, example results, and a compilation of nearly 100 related conference papers. This book is part of the SAS Press program.