In PROC SQL by Example: Using SQL within SAS, author Howard Schreier illustrates the use of PROC SQL in the context of the SAS DATA step and other SAS procedures (such as SORT, FREQ, MEANS, SUMMARY, APPEND, DATASETS, and TRANSPOSE) whose functionality overlaps and complements that of SQL. Using a s
PROC DOCUMENT by Example Using SAS
โ Scribed by Michael Tuchman
- Publisher
- SAS Institute
- Year
- 2013
- Tongue
- English
- Leaves
- 379
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
PROC DOCUMENT by Example Using SAS demonstrates the practical uses of the DOCUMENT procedure, a part of the Output Delivery System, in SAS 9.3. Michael Tuchman explains how to work with PROC DOCUMENT, which is designed to store your SAS procedure output for replay at a later time without having to rerun your original SAS code. Youโll learn how to:
save a collection of procedure output, descriptive text, and supporting graphs that can be replayed as a single unit
save output once and distribute that same output in a variety of ODS formats such as HTML, CSV, and PDF
create custom reports by comparing output from the same procedure run at different points in time
create a table of contents for your output
modify the appearance of both textual and graphical ODS output even if the original data is no longer available or easily accessible
manage your tabular and graphical output by using descriptive labels, titles, and footnotes
rearrange the original order of output in a procedure to suit your needs
After using this book, youโll be able to quickly and easily create libraries of professional-looking output that are accessible at any time.
This book is part of the SAS Press program.
โฆ Subjects
Mathematical & Statistical;Software;Computers & Technology;Programming Languages;Ada;Ajax;Assembly Language Programming;Borland Delphi;C & C++;C#;CSS;Compiler Design;Compilers;DHTML;Debugging;Delphi;Fortran;Java;Lisp;Perl;Prolog;Python;RPG;Ruby;Swift;Visual Basic;XHTML;XML;XSL;Computers & Technology;Probability & Statistics;Applied;Mathematics;Science & Math;Programming Languages;Computer Science;New, Used & Rental Textbooks;Specialty Boutique;Statistics;Mathematics;Science & Mathematics;New, Us
๐ SIMILAR VOLUMES
Using a side-by-side approach, this concise reference guide includes many extensively explained examples showing equivalent DATA step and SQL code, enabling SAS users to take advantage of existing SAS skills and knowledge while learning about SQL.
<i>PROC REPORT by Example: Techniques for Building Professional Reports Using SAS</i> provides real-world examples using PROC REPORT to create a wide variety of professional reports. Written from the point of view of the programmer who produces the reports, this book explains and illustrates creativ
<i>PROC REPORT by Example: Techniques for Building Professional Reports Using SAS</i> provides real-world examples using PROC REPORT to create a wide variety of professional reports. Written from the point of view of the programmer who produces the reports, this book explains and illustrates creativ
Sanjay Matange and Dan Heath's <i>Statistical Graphics Procedures by Example: Effective Graphs Using SAS</i>shows the innumerable capabilities of SAS Statistical Graphics (SG) procedures. The authors begin with a general discussion of the principles of effective graphics, ODS Graphics, and the SG pr