SAS/ETS User's Guide
Author :
Publisher :
Page : 432 pages
File Size : 37,43 MB
Release : 1982
Category : Accounting
ISBN :
Author :
Publisher :
Page : 432 pages
File Size : 37,43 MB
Release : 1982
Category : Accounting
ISBN :
Author :
Publisher : DIANE Publishing
Page : 452 pages
File Size : 30,37 MB
Release :
Category :
ISBN : 1428900608
Author : Sas Education
Publisher :
Page : 80 pages
File Size : 29,72 MB
Release : 2019-06-14
Category :
ISBN : 9781642954838
This first book in the series covers how to access data files, libraries, and existing code in SAS Studio. You also learn about new procedures in SAS Viya, how to write new code, and how to use some of the pre-installed tasks that come with SAS Visual Data Mining and Machine Learning. In the last chapter, you learn how to use the features in SAS Data Preparation to perform data management tasks using SAS Data Explorer, SAS Data Studio, and SAS Lineage Viewer. Also available free as a PDF from sas.com/books.
Author : Sas Institute
Publisher : SAS Institute
Page : 582 pages
File Size : 29,27 MB
Release : 2017-12-22
Category : Computers
ISBN : 9781635263732
Prepare for the SAS Base Programming for SAS 9 exam with the official guide by the SAS Global Certification Program. New and experienced SAS users who want to prepare for the SAS Base Programming for SAS 9 exam will find this guide to be an invaluable, convenient, and comprehensive resource that covers all of the objectives tested on the exam. Now in its fourth edition, the guide has been extensively updated, and revised to streamline explanations. Major topics include importing and exporting raw data files, creating and modifying SAS data sets, and identifying and correcting data syntax and programming logic errors. The chapter quizzes have been thoroughly updated and full solutions are included at the back of the book. In addition, links are provided to the exam objectives, practice exams, and other helpful resources, such as the updated Base SAS glossary and an expanded collection of practice data sets.
Author : Susan J. Slaughter
Publisher : SAS Institute
Page : 330 pages
File Size : 28,12 MB
Release : 2017-03-22
Category : Computers
ISBN : 1629608882
Learning to use SAS Enterprise Guide has never been easier! Whether you are using SAS Enterprise Guide for the first time, or are looking to expand your skills, this is the book for you! With The Little SAS Enterprise Guide Book, award-winning authors Susan Slaughter and Lora Delwiche help you quickly become productive in the SAS Enterprise Guide point-and-click environment. A series of carefully designed tutorials help you master the basics of the tasks you'll want to do most frequently. The reference section of the book expands on the tutorial topics, covering specific features in more depth. This edition has been completely rewritten, and updated with new features in SAS Enterprise Guide.
Author : SAS Institute
Publisher : Sas Inst
Page : 395 pages
File Size : 29,42 MB
Release : 2007
Category : Computers
ISBN : 9781599943763
Explains how to administer the SAS Web applications that run in the middle tier of the SAS Intelligence Platform. The Web applications include the SAS Information Delivery Portal, SAS Web Report Studio, and SAS Web OLAP Viewer for Java.This guide describes the middle-tier environment, provides sample deployment scenarios, and explains how to configure the Web applications for optimal performance. The guide contains instructions for common administrative tasks, such as configuring trusted Web authentication, as well as instructions for administering the individual Web applications. For example, the guide explains how to add content to the SAS Information Delivery Portal and how to control access to that content. This title is also available online.
Author : Derek P. Morgan
Publisher :
Page : 0 pages
File Size : 15,50 MB
Release : 2014
Category : SAS (Computer file)
ISBN : 9781629590660
Why does SAS use January 1, 1960 as its arbitrary reference date? How do you convert a value such as 27 January 2003 into a SAS date? How do you put a date into a filename, or label an Excel worksheet with the date? You'll find the answers to these questions and much more in Derek Morgan's Essential Guide to SAS Dates and Times, Second Edition, which makes it easy to understand how to use and manipulate dates, times, and datetimes in SAS. Updated for SAS 9.4, with additional functions, formats, and capabilities, the Second Edition has a new chapter dedicated to the ISO 8601 standard and the formats and functions that are new to SAS, including how SAS works with Universal Coordinated Time (UTC). Novice users will appreciate the new "Troubleshooting" appendix, which discusses questions common to newer SAS users in a conversational way and provides clear examples of simple solutions to these questions. Both novice and intermediate users will find the clear, task-based examples on how to accomplish date-related tasks and the detailed explanations of standard formats and functions invaluable. Users working with intervals will appreciate the expanded discussion of the topic, which details the new custom interval capability, among other enhancements to intervals. Users working with international dates and times will benefit from the detailed discussion of the NLS facility as it relates to dates and times. Included are bonus "Quick Reference Guides" that list both the standard date and time formats and the NLS date and time formats with examples. These guides illustrate how each format displays the same date, time, or datetime, so you can find the format you want to use at a glance. The Essential Guide to SAS Dates and Times, Second Edition is the most complete and up-to-date collection of examples on how to write complex programs involving dates, times, or datetime values. This book is part of the SAS Press Program.
Author : Anja Fischer
Publisher : SAS Institute
Page : 136 pages
File Size : 15,10 MB
Release : 2019-03-01
Category : Computers
ISBN : 1635267277
Learn SAS® administration from the ground up! Those who are new to SAS platform administration may find themselves full of questions. SAS® Administration from the Ground Up: Running the SAS®9 Platform in a Metadata Server Environment will save you time, money and frustration. This book walks the reader through setting up and maintaining a SAS platform from scratch. The author includes tips on best practices and troubleshooting to show you simple ways to streamline your SAS environment and make your work more manageable. Written for both new administrators and seasoned professionals, this book covers: SAS® 9.4 architecture SAS administration tools such as SAS® Management Console, SAS® Environment Manager and SAS® Deployment Manager Users, groups, and roles Metadata library administration Security Also included is a master administration checklist, with helpful resources provided for each task.
Author : Ron Cody
Publisher : SAS Institute
Page : 553 pages
File Size : 11,3 MB
Release : 2018-07-03
Category : 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.
Author : SAS Institute
Publisher : SAS Institute
Page : 665 pages
File Size : 48,37 MB
Release : 2019-02-11
Category : Computers
ISBN : 1642951765
The SAS® Certified Specialist Prep Guide: Base Programming Using SAS® 9.4 prepares you to take the new SAS 9.4 Base Programming -- Performance-Based Exam. This is the official guide by the SAS Global Certification Program. This prep guide is for both new and experienced SAS users, and it covers all the objectives that are tested on the exam. New in this edition is a workbook whose sample scenarios require you to write code to solve problems and answer questions. Answers for the chapter quizzes and solutions for the sample scenarios in the workbook are included. You will also find links to exam objectives, practice exams, and other resources such as the Base SAS® glossary and a list of practice data sets. Major topics include importing data, creating and modifying SAS data sets, and identifying and correcting both data syntax and programming logic errors. All exam topics are covered in these chapters: Setting Up Practice Data Basic Concepts Accessing Your Data Creating SAS Data Sets Identifying and Correcting SAS Language Errors Creating Reports Understanding DATA Step Processing BY-Group Processing Creating and Managing Variables Combining SAS Data Sets Processing Data with DO Loops SAS Formats and Informats SAS Date, Time, and Datetime Values Using Functions to Manipulate Data Producing Descriptive Statistics Creating Output Practice Programming Scenarios (Workbook)