PROC REPORT by Example: Techniques for Building Professional Reports Using SAS

دانلود کتاب PROC REPORT by Example: Techniques for Building Professional Reports Using SAS

39000 تومان موجود

کتاب گزارش PROC با مثال: تکنیک‌هایی برای ساخت گزارش‌های حرفه‌ای با استفاده از SAS نسخه زبان اصلی

دانلود کتاب گزارش PROC با مثال: تکنیک‌هایی برای ساخت گزارش‌های حرفه‌ای با استفاده از SAS بعد از پرداخت مقدور خواهد بود
توضیحات کتاب در بخش جزئیات آمده است و می توانید موارد را مشاهده فرمایید


این کتاب نسخه اصلی می باشد و به زبان فارسی نیست.


امتیاز شما به این کتاب (حداقل 1 و حداکثر 5):

امتیاز کاربران به این کتاب:        تعداد رای دهنده ها: 10


توضیحاتی در مورد کتاب PROC REPORT by Example: Techniques for Building Professional Reports Using SAS

نام کتاب : PROC REPORT by Example: Techniques for Building Professional Reports Using SAS
عنوان ترجمه شده به فارسی : گزارش PROC با مثال: تکنیک‌هایی برای ساخت گزارش‌های حرفه‌ای با استفاده از SAS
سری :
نویسندگان :
ناشر : SAS Institute
سال نشر : 2013
تعداد صفحات : 292
ISBN (شابک) : 1612907849 , 9781612907840
زبان کتاب : English
فرمت کتاب : pdf
حجم کتاب : 8 مگابایت



بعد از تکمیل فرایند پرداخت لینک دانلود کتاب ارائه خواهد شد. درصورت ثبت نام و ورود به حساب کاربری خود قادر خواهید بود لیست کتاب های خریداری شده را مشاهده فرمایید.

توضیحاتی در مورد کتاب :


گزارش PROC توسط مثال: تکنیک‌های ساخت گزارش‌های حرفه‌ای با استفاده از SAS نمونه‌های واقعی را با استفاده از PROC REPORT برای ایجاد طیف گسترده‌ای از گزارش‌های حرفه‌ای ارائه می‌کند. این کتاب که از دیدگاه برنامه نویسی که گزارش ها را تولید می کند نوشته شده است، تکنیک های خلاقانه ای را که برای دستیابی به نتایج مورد نظر استفاده می شود را توضیح داده و به تصویر می کشد.

هر فصل بر یک مثال ملموس متفاوت تمرکز می کند، تصویری از گزارش نهایی را نشان می دهد و سپس شما را در فرآیند ایجاد آن گزارش راهنمایی می کند. شما قادر خواهید بود هر گزارش را تجزیه کنید تا از نحوه تولید آن مطلع شوید، از جمله هرگونه دستکاری داده که باید انجام دهید.

این کتاب راه‌حل‌هایی را برای چالش‌های برنامه‌نویسی رایج و روزمره و وظایف معمولی روزانه که برنامه‌نویسان با آن مواجه می‌شوند، روشن می‌کند. به عنوان مثال:

  • به دست آوردن قالب های گزارش دلخواه با استفاده از الگوهای سبک ارائه شده توسط SAS و PROC TEMPLATE، گزینه های PROC REPORT STYLE و ویژگی های بلوک COMPUTE
  • با استفاده از گزینه های مختلف استفاده (DISPLAY، ORDER، GROUP، ANALYSIS، COMPUTED) برای ایجاد انواع گزارش های جزئی و خلاصه
  • با استفاده از دستورات BREAK و بلوک های COMPUTE برای خلاصه و گزارش یافته های کلیدی
  • تولید گزارش ها در سیستم های تحویل خروجی مختلف (ODS) مقاصد شامل RTF، PDF، XML، TAGSETS.RTF
  • جاسازی تصاویر در گزارش و ترکیب داده های گرافیکی و جدولی با SAS 9.2 و بالاتر

قابل استفاده برای کاربران SAS از همه رشته‌ها، سناریوهای واقعی به شما کمک می‌کنند تا مهارت‌های گزارش‌دهی آموخته‌شده از کتاب‌های دیگر را به سطح بعدی ارتقا دهید.

با گزارش PROC توسط مثال: تکنیک‌های ساخت گزارش‌های حرفه‌ای با استفاده از SAS، آنچه پیچیده به نظر می‌رسید تبدیل به یک موضوع عملی می‌شود.


فهرست مطالب :


Additional Resources
Contents
About This Book
Purpose
Is This Book for You?
Prerequisites
About the Examples
Software Used to Develop the Book\'s Content
Example Code and Data
For SAS 9.1.3 Users
Output and Graphics
Additional Resources
Keep in Touch
To Contact the Author Through SAS Press
SAS Books
SAS Book Report
Acknowledgements
Chapter 1: Creating Complementary Reports
Introduction
Example: Department Store Summary and Detail Reports
Goals for Creating Complementary Reports
Key Steps
Source Data
ODS Style Template Used
Programs Used
Implementation
Create a Setup Program that Contains Common SAS Code
Ch1Setup.SAS
Writing the Detail Report Program
Detail Report Pre-Processing Code
Detail Report: Titles, Footnotes, and ODS RTF Preparation
Code for Titles, Footnotes, and ODS RTF Preparation
Producing the Report with PROC REPORT
Detail Report - PROC REPORT Code
Writing the Summary Report Program
Map Separate Variables/Values to One Column for PROC REPORT
Summary Report - Pre-Processing Code
Assign Report Order to Variables
Code for Creating Ordered Variables
Summary Report: Titles, Footnotes, and ODS RTF Preparation
Code for Titles, Footnotes, and ODS RTF Preparation
Producing the Report with PROC REPORT
Summary Report - PROC REPORT Code
Chapter 1 Summary
Chapter 2: Formatting Highly Detailed Reports
Introduction
Example: Format National Sales Report
Goals for Formatting the National Sales Report
Key Steps
Source Data
ODS Style Template Used
Programs Used
PROC TEMPLATE Program to Create New Style Template
The “Before Formatting” Program (Program 2.1)
Implementation
Transforming Figure 2.1 Into Figure 2.2
Displaying Region as a Line Above Each Report Page
Overview of Region Display
Code to Make the Region Display in Figure 2.3
Displaying Store and Branch Column Data in Bold Blue Font
Code for Store and Branch Display
How to Insert Arrows for Quick Reference to Sales
Increases/Decreases
Overview on Arrow Insertion
Code for Arrow Insertion
How to Add Spanning Headers, Bottom Cell Borders, and Underlines
Highlights on Adding Spanning Headers, Borders, and Underlines
Code for Adding Spanning Headers, Borders, and Underlines
Adding Blank Columns to Make the Report More Legible
Overview of Adding Blank Columns
Code for Adding Blank Columns
Style: Add a Blank Line After Each Summary Line
Highlights on Styling Summary Line and Adding a Blank Line
Code for Styling Summary Line and Adding a Blank Line
Chapter 2 Summary
Chapter 3: Reporting Different Metrics Within a Column
Introduction
Example: Demographic and Baseline Characteristics Report
Goals for the Demographics and Baseline Characteristics Report
Key Steps
Source Data
ODS Style Template Used
Programs Used
Implementation
Obtain Population Counts for Column Headers and Denominators
Code for Obtaining Population Counts
Categorical Variables: Obtain Counts and Percentages
Code for Obtaining Categorical Counts and Percentages
Continuous Variables: Descriptive Data
Macro Code for Obtaining Descriptive Statistics
Create Final Table: Combine TABULATE and MEANS Results
Code for Combing the Results
Produce the Report via PROC REPORT
PROC REPORT Code
Chapter 3 Summary
Chapter 4: Lesion Data Quality Report - COMPUTE Blocks
Introduction
Example: Lesion Data Quality Report
Goals for Creating the Lesion Data Quality Report
Key Steps
Source Data
ODS Style Template Used
Programs Used
Implementation
COMPUTE Block Variables: DATA Step (Temporary) Versus REPORT (COLUMN Statement) Variables
ORDER by and Print Subject ID on Every Row with Greying Font
Program for Subject ID Display
Identify Potential Data Issues
Code for Displaying Potential Data Issues
Final Formatting: Create Spanning Headers
Chapter 4 Summary
Chapter 5: Multi-Sheet Workbook With Histograms—ExcelXP Tagsets Report
Introduction
Example: Multi-Sheet Workbook Containing Heart Study Results
Goals for Creating the Multi-Sheet Workbook
Key Steps
Source Data
ODS Style Template Used
Programs Used
Implementation
Create Formats and Informats
Code for Creating Formats and Informats
Obtain Counts and Percentages
Code for Obtaining Counts and Percentages
Producing the Workbook With PROC REPORT and ODS Tagset
Code for Opening, Closing, and Setting Initial Options for the ExcelXP Workbook
Producing the Specific Worksheets
Code for Producing ByStatusCOL and ByStatusROW Worksheets
Code for Producing ByStatusALL Worksheet
Chapter 5 Summary
Chapter 6: Using the ACROSS Option to Create a Weekly Sales Report
Introduction
Example: Weekly Sales Report
Goals for Creating a Weekly Sales Report
Key Steps
Source Data
ODS Style Template Used
Programs Used
Implementation: Creating the ODS Style Template
Proc Template Code
Obtain Calendar Grid and Merge With Sales
Produce the Report
Code for Producing the Report
Place Holders for Data Not Yet Available
Chapter 6 Summary
Chapter 7: Embedding Images in a Report
Introduction
Example: Tables Displaying Iris Flower Measurements
Goals for Embedding Images in Reports
Source Data
ODS Style Templates Used
Programs Used
Implementation
Setup Options, File Paths, and Image File Names
Program Setup Code
Example 1: Obtain Images as Column of Data
Code for Obtaining Images as Column of Data
Example 2: Repeated Images Above and Below Table
Code for Repeating Images Above and Below Table
Produce the Report
Example 3: Display Images as Column Headers
Code for Displaying Images as Column Headers
Example 4: Display Image in Page Title
Code for Displaying Images in Page Titles
Example 5: Display Image Above Body of Table
Code for Displaying Image Above Body of Table
Example 6: Display Watermark on Report
Chapter 7 Summary
Chapter 8: Combining Graphs and Tabular Data
Introduction
Example: Dashboard Report of Shoe Sales
Goals for Creating the Shoe Sales Dashboard
Key Steps
Source Data
ODS Style Template Used
Programs Used
Implementation
Create a Summary Data Set using PROC REPORT
Code for Creating a Summary Data Set
Obtain Regional Ranking Information
Code for Obtaining Regional Ranking Information
Create a New ODS Style Template
Create the ODS LAYOUT for the Report
Create Formats Needed for Outputs
Use PROC SGPLOT to Create Vertical Bar Charts
Code for SGPLOT Vertical Bar Charts
Using PROC SGPLOT to Create a Horizontal Bar Chart
Horizontal Bar Chart Code
Using PROC REPORT to Obtain Tabular Output
Using PROC SGPANEL to Create Bar Charts for the Top 3 Regions
Chapter 8 Summary
Chapter 9: Using PROC REPORT to Obtain Summary Statistics for Comparison
Introduction
Example: Vehicle MSRP Comparison Report
Goals for MSRP Comparison Report
Key Steps
Source Data
ODS Style Template Used
Programs Used
Implementation
Initial PROC REPORT for Obtaining Statistics
Code for Obtaining Statistics
Produce the Report
Code for Print Report
Chapter 9 Summary
References
DATA SETS
Index

توضیحاتی در مورد کتاب به زبان اصلی :


PROC REPORT by Example: Techniques for Building Professional Reports Using SAS 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 creative techniques used to achieve the desired results.

Each chapter focuses on a different concrete example, shows an image of the final report, and then takes you through the process of creating that report. You will be able to break each report down to find out how it was produced, including any data manipulation you have to do.

The book clarifies solutions to common, everyday programming challenges and typical daily tasks that programmers encounter. For example:

  • obtaining desired report formats using style templates supplied by SAS and PROC TEMPLATE, PROC REPORT STYLE options, and COMPUTE block features
  • employing different usage options (DISPLAY, ORDER, GROUP, ANALYSIS, COMPUTED) to create a variety of detail and summary reports
  • using BREAK statements and COMPUTE blocks to summarize and report key findings
  • producing reports in various Output Delivery System (ODS) destinations including RTF, PDF, XML, TAGSETS.RTF
  • embedding images in a report and combining graphical and tabular data with SAS 9.2 and beyond

Applicable to SAS users from all disciplines, the real-life scenarios will help elevate your reporting skills learned from other books to the next level.

With PROC REPORT by Example: Techniques for Building Professional Reports Using SAS, what seemed complex will become a matter of practice.




پست ها تصادفی