Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Step-by-Step Programming with Base SAS 9.4, Second Edition

Posted By: readerXXI
Step-by-Step Programming with Base SAS 9.4, Second Edition

Step-by-Step Programming with Base SAS 9.4, Second Edition
by SAS Institute
English | 2016 | ISBN: 1629598941 | 913 Pages | PDF | 9.6 MB

Provides conceptual information about the SAS programming language, as well as step-by-step examples that illustrate the concepts.

Step-by-Step Programming with Base SAS 9.4 shows you how to create SAS programs step by step. You are provided with conceptual information and examples that illustrate the SAS concepts. You can execute the programs in this document and view the results.

This document contains the basic information that you need to begin writing and debugging your SAS code.

The following enhancements have been made to the documentation:

• additional information about debugging SAS programs
• new method of concatenating SAS variables
• updated sections on Output Delivery System (ODS)

In the third maintenance release for SAS 9.4, the following enhancements have been made to the documentation:

• discussion of the DSD option was added to the documentation about list input
• directions for viewing ODS style templates were updated (see “Customizing ODS Output at the Level of a SAS Job” on page 667)
• discussion of the IN= data set option was added to the documentation about merging data sets