Index

Special Characters

_ERROR_ automatic variable
DATA step iterations and
functionality
initializing variables
_N_ automatic variable
DATA step processing and
functionality
$w. format

A

AND operator
examples
in SAS expressions
in WHERE statement, PRINT procedure
APPEND procedure
functionality
appending data sets
arguments in functions
arithmetic operators in SAS expressions
assignment statements
conditional processing
date constants
examples
Example 1: Create a New Variable
Example 2: Re-evaluating Variables
positioning SUBSTR function
SAS expressions in
asterisk (*)
attributes
See variable attributes

B

BEST12. format
BESTw. format
BY clause, DO statement
BY group
BY statement
DESCENDING option
group processing with
Example: Grouping Observations Using Multiple BY Variables
Group Processing Using the BY Statement
match-merging data sets
Methods of Combining SAS Data Sets: The Basics
Match-Merging Syntax
PRINT procedure
Creating Subtotals for Variable Groups
Creating a Customized Layout with BY Groups and ID Variables
SORT procedure
Example: PROC SORT
Example: Merge in Descending Order
syntax
BY value
BY variable
BY-group processing
BY group
BY value
BY variable
DATA step
determining FIRST. LAST. variables
FIRST.variable
LAST.variable
sorting observations

C

calculations
dates and times in
case sensitivity
format values
CATX function
functionality
syntax
CEIL function
character strings
PUT statement
searching
Overview of the INDEX Function
Overview of the FIND Function
specifying delimiters
testing programs
character variables
removing trailing blanks
Overview of the LEFT and RIGHT Functions
Overview of the TRIM Function
replacing
searching for strings
character-to-numeric conversions
A Word about Converting Data
Automatic Character-to-Numeric Conversion
CLASS statement, MEANS procedure
cleaning data
CLM statistic
columns
See variables
combining data sets
by appending
by concatenating
Methods of Combining SAS Data Sets: The Basics
Concatenating Syntax
by match-merging
Methods of Combining SAS Data Sets: The Basics
Match-Merging Syntax
by one-to-one reading
Methods of Combining SAS Data Sets: The Basics
One-to-One Reading Syntax
excluding unmatched observations
methods for
renaming variables
COMMA9. informat
COMMA9.2 format
COMMAw.d format
Specifying SAS Formats
Field Widths
common errors
missing RUN statement
missing semicolon (;)
unbalanced quotation mark
compilation phase (DATA step)
data set variables
descriptor portion of data sets
diagnosing errors in
match-merge processing
program data vector
syntax checking
concatenating data sets
Methods of Combining SAS Data Sets: The Basics
Concatenating Syntax
Example: Using Concatenating to Combine Data Sets
concatenation operator (||)
Automatic Numeric-to-Character Conversion
Explicit Numeric-to-Character Conversion
conditional processing
assigning variable values
assignment statements
DO groups
DO loops
providing alternative actions
PUT statement and
testing programs
Example: Conditional Processing
Providing an Alternative Action
CONTAINS operator
CONTENTS procedure
reading Microsoft Excel data
viewing library contents
converting data
See data conversion
CROSSLIST option, TABLES statement (FREQ)
CSS statistic
MEANS procedure
CV statistic
MEANS procedure

D

data cleaning
data conversion
character-to-numeric
lowercase
numeric-to-character
numeric-to-character conversion
uppercase
data sets
See also combining data sets
See also match-merging data sets
BY-group processing
data portion
descriptor portion
Descriptor Portion
Descriptor Portion of the SAS Data Set
dropping and keeping variables
iteratively processing data
manipulating data
missing values
naming
naming conventions
observations (rows)
reading
specifying observations via system options
summarized using MEANS procedure
testing programs
variable attributes
SAS Variable Attributes
Data Set Variables
variables and
DATA step
BY-group processing
checking processing
compilation phase
creating/modifying variables
debugging
execution phase
functionality
iterations of
manipulating data
naming data sets
reading Microsoft Excel data
Steps for Reading Excel Data
SET Statement
submitting
syntax
writing
Naming the Data Set with the DATA Statement
SET Statement
data validation
DATDIF function
SAS Date Functions
DATDIF and YRDIF Functions
DATE function
SAS Date Functions
DATE and TODAY Functions
DATE7. format
DATE9. format
Examples: Data Values and Formats
Example: Finding the Year and Month
Example: Finding the Year
dates and times
in calculations
informat support
manipulating with functions
DATETIMEw. format
DATETIMEw. informat
DATEw. format
examples
Specifying SAS Formats
Overview
DATEw. informat
functionality
syntax
DAY function
functionality
manipulating date values
syntax
Overview of YEAR, QTR, MONTH, and DAY Functions
Overview of YEAR, QTR, MONTH, and DAY Functions [2]
typical use
debugging
cleaning data
diagnosing errors in compilation phase
diagnosing errors in execution phase
validating data
decimal places, limiting
DELETE statement
example
in IF-THEN statement
delimiters
for SCAN function
specifying multiple
DESCENDING option
BY statement, SORT procedure
descriptive statistics
creating summarized data sets
creating tables in list format
group processing with BY statement
group processing with CLASS statement
limiting decimal places
procedure syntax
producing frequency tables
What Does the FREQ Procedure Do?
Example: Creating a One-Way Table for One Variable
Create Two-Way and N-Way Tables
selecting statistics
specifying variables in FREQ procedure
specifying variables in MEANS procedure
DO groups
indenting
iteratively processing data
nesting
DO loops
conditionally executing
constructing
decrementing
functionality
index variables
Decrementing DO Loops
Examples: Nesting DO Loops
nesting
specifying series of items
DO statement
See also iterative DO statements
BY clause
grouping statements
DO UNTIL statement
Overview
Using the DO UNTIL Statement
DO WHILE statement
functionality
Overview
Using the DO WHILE Statement
syntax
Document destination
dollar sign ($)
in format names
name literals and
Overview
Name Literals
DOLLAR10.2 format
DOLLAR8.2 format
DOLLAR9.2 format
DOLLARw.d format
DROP statement
DROP= data set option
determining when to specify
selecting variables

E

END statement
grouping statements
end-of-file marker
engines
See SAS engines
error handling
correcting common errors
error types
IF-THEN/ELSE statement
in DATA step compilation phase
in DATA step execution phase
interpreting messages
invalid option
resubmitting revised programs
semicolon errors
unbalanced quotation marks
Unbalanced Quotation Marks
Correcting the Error in the UNIX Environment
validating or cleaning data
Excel data
See Microsoft Excel data
execution phase (DATA step)
diagnosing errors in
end of processing actions
End of the DATA Step
End of the Execution Phase
end-of-file marker
initializing variables
input data
iterations of DATA step
match-merge processing
expressions
See also SAS expressions
external files
reading entire files

F

FILENAME statement
creating data sets from external files
naming data sets
syntax
filerefs
associating with external files
fully qualified filenames in
Defining a Fully Qualified Filename
Referencing a Fully Qualified Filename
files
See SAS files
FIND function
examples
functionality
syntax
FIRST.variable
examples
FIRSTOBS= system option
FLOOR function
FMTLIB keyword
FOOTNOTE statement
canceling
examples
modifying
quotation marks in
specifying in list reports
FORMAT procedure
FMTLIB keyword
functionality
A Word about PROC FORMAT
The PROC FORMAT Statement
invoking
LIBRARY= option
syntax
VALUE statement
The VALUE Statement
Specifying Value Ranges
Assigning Formats to Variables
FORMAT statement
assigning formats to variables
Assigning Formats to Variables
The WORDDATEw. Format
formatting dates
Example: Finding the Year and Month
Example: Finding the Year
functionality
syntax
formats
assigning permanent
assigning to variables
Assigning Formats to Variables
The WORDDATEw. Format
decimal places
defining unique
examples
field widths
for variables
functionality
permanently assigned
specifying
storing
storing permanently
writing numeric values
forward slash (/)
specifying multiple delimiters
FRAME= option
syntax
FREQ procedure
See also TABLES statement, FREQ procedure
detecting invalid data
Debugging Data Errors
Debugging Data Errors [2]
producing frequency tables
What Does the FREQ Procedure Do?
Example: Creating a One-Way Table for One Variable
Create Two-Way and N-Way Tables
specifying variables
suppressing table information
syntax
Debugging Data Errors
FREQ Procedure Syntax
frequency tables
creating in list format
n-way
What Does the FREQ Procedure Do?
Create Two-Way and N-Way Tables
one-way
What Does the FREQ Procedure Do?
Example: Creating a One-Way Table for One Variable
suppressing information
two-way
functions
arguments
arrays and
character-to-numeric conversions
converting data
manipulating date/time values
syntax
target variables and
variable lists

G

group processing
with BY statement
Example: Grouping Observations Using Multiple BY Variables
Group Processing Using the BY Statement
with CLASS statement

H

HIGH keyword
HTML destination
HTML link and path options
URL= suboption
HTML output
appearance of HTML
frame files
link and path options
The URL= Suboption
The PATH= Option
ODS overview
overview
specify link and path
table of contents
Creating HTML Output with a Table of Contents
Using the Table of Contents
HTML table of contents
CONTENTS= option
hyphen (-)
hypothesis testing

I

ID statement, PRINT procedure
BY statement and
VAR statement and
IF-THEN statement
assigning values conditionally
cleaning data
DELETE statement in
DO groups
ELSE statement
examples
for flagging errors
syntax
testing programs
IN= data set option
indenting DO groups
INDEX function
functionality
syntax
index variables in DO loops
Decrementing DO Loops
Examples: Nesting DO Loops
informats
components
reading dates and times
initializing variables
Initializing Variables
Initializing Sum Variables
input buffer
INPUT function
character-to-numeric conversion
A Word about Converting Data
Using the INPUT Function
examples
syntax
INT function
INTCK function
examples
functionality
SAS Date Functions
Details
syntax
INTNX function
SAS Date Functions
Overview of the INTNX Function
invalid data
invalid option
iterative DO statements
conditional executing
nesting DO loops

K

KEEP statement
KEEP= data set option
determining when to specify
selecting variables
KURTOSIS statistic, MEANS procedure

L

LABEL option, PRINT procedure
LABEL statement
assigning labels in multiple
assigning labels in single
example
functionality
syntax
labels
assigning descriptive
assigning for variables
assigning permanent
LAST.variable
examples
LCLM statistic, MEANS procedure
leading blanks, removing
LEFT function
LENGTH statement
examples
functionality
Avoiding Truncated Variable Values
Specifying Variable Length
length, variable
Variable Attributes
Specifying Variable Length
LIBNAME statement
assigning librefs
defining SAS libraries
referencing files in other formats
syntax
libraries
See SAS libraries
LIBRARY= option, FORMAT procedure
librefs
assigning
Assigning Librefs
Assigning Librefs [2]
defined
lifespan of
verifying
LIST option, TABLES statement (FREQ)
list reports
creating
creating tables for
formatting data values
generating column totals
identifying observations
selecting observations
selecting variables
sorting data
specifying footnotes
specifying titles
logic errors
PUTLOG statement
logical operators
in SAS expressions
LOW keyword
LOWCASE function
Finding a String Regardless of Case
LOWCASE Function

M

Markup Languages Family destination
match-merging data sets
compilation phase
examples
execution phase
functionality
Methods of Combining SAS Data Sets: The Basics
Match-Merging Syntax
handling missing values
handling unmatched observations
selecting data
MAX statistic
MEANS procedure
Specifying Descriptive Statistics Keywords
Creating a Summarized Data Set Using the OUTPUT Statement
MAXDEC= option, MEANS procedure
MDY function
examples
functionality
missing values
MEAN statistic
MEANS procedure
Specifying Descriptive Statistics Keywords
Creating a Summarized Data Set Using the OUTPUT Statement
MEANS procedure
BY statement
CLASS statement
creating summarized data sets
descriptive statistics
detecting invalid data
Debugging Data Errors
Debugging Data Errors [2]
functionality
hypothesis testing
keywords supported
limiting decimal places
MAXDEC= option
OUTPUT statement
quantile statistics
selecting statistics
specifying variables
syntax
Debugging Data Errors
MEANS Procedure Syntax
VAR statement
Debugging Data Errors
Specifying Variables Using the VAR Statement
MEDIAN statistic, MEANS procedure
MERGE statement
match-merging data sets
Methods of Combining SAS Data Sets: The Basics
Match-Merging Syntax
RENAME= data set option
RETAIN statement and
syntax
Microsoft Excel data
CONTENTS procedure
creating worksheets
DATA statement
Steps for Reading Excel Data
SET Statement
name literals
PRINT procedure
Steps for Reading Excel Data
Name Literals
Printing an Excel Worksheet as a SAS Data Set
referencing workbooks
RUN statement
Steps for Reading Excel Data
Name Literals
SET statement
steps for reading
WHERE statement, DATA step
writing the DATA step
MIN statistic
MEANS procedure
Specifying Descriptive Statistics Keywords
Creating a Summarized Data Set Using the OUTPUT Statement
missing values
in match-merge processing
MDY function and
overview
MMDDYY10. format
MMDDYY8. format
MMDDYYw. format
MMDDYYw. informat
examples
functionality
syntax
MODE statistic
MEANS procedure
MONTH function
examples
functionality
manipulating date values
syntax
Overview of YEAR, QTR, MONTH, and DAY Functions
Overview of YEAR, QTR, MONTH, and DAY Functions [2]
typical use

N

N statistic
MEANS procedure
Specifying Descriptive Statistics Keywords
Creating a Summarized Data Set Using the OUTPUT Statement
n-way frequency tables
What Does the FREQ Procedure Do?
Create Two-Way and N-Way Tables
naming conventions
for variables
SAS data sets
nesting
DO groups
DO loops
NMISS statistic
MEANS procedure
NOCOL option, TABLES statement (FREQ)
NOCUM option, TABLES statement (FREQ)
NOFREQ option, TABLES statement (FREQ)
NOOBS option, PRINT procedure
NOPERCENT option, TABLES statement (FREQ)
NOROW option, TABLES statement (FREQ)
NOT operator
numeric-to-character conversion
A Word about Converting Data
Automatic Numeric-to-Character Conversion

O

OBS= option, OPTIONS statement
OBS= system option
observations
See also combining data sets
combining from multiple data sets
creating for DO loop iterations
deleting
identifying
limiting when testing programs
selecting in list reports
selecting matching
specifying via system options
unmatched
Handling Unmatched Observations and Missing Values
Overview
writing explicitly
ODS _ALL_ CLOSE statement
ODS destinations
ODS EXCEL destination
TAGATTR= style
ODS EXCEL statement
syntax
ODS HTML CLOSE statement
syntax
ODS HTML statement
syntax
table of contents syntax
ODS LISTING CLOSE statement
Syntax
Closing the HTML Destination
ODS PDF destinations
open and close statements
table of contents
ODS PDF statement
statements
syntax
ODS RTF
RTF formats
RTF graphics
ODS RTF destinations
open and close statements
ODS RTF statement
syntax
ODS statements
one-to-one reading of data sets
example
functionality
Methods of Combining SAS Data Sets: The Basics
One-to-One Reading Syntax
How One-to-One Reading Works
selecting data
one-way frequency tables
What Does the FREQ Procedure Do?
Example: Creating a One-Way Table for One Variable
operands
operators
concatenation
Automatic Numeric-to-Character Conversion
Explicit Numeric-to-Character Conversion
defined
in SAS expressions
logical
OR operator
examples
in SAS expressions
in WHERE statement, PRINT procedure
OTHER keyword
Output Delivery System (ODS)
advantages
EXCEL
The ODS EXCEL Statement
Details About the Excel ODS Destination
HTML support
The ODS HTML Statement
Creating HTML Output with a Table of Contents
opening and closing destinations
PDF
The ODS PDF Statement
The ODS Printer Family of Statements
Opening and Closing the PDF Destination
Working with the Table of Contents
Changing the Appearance of PDF Output
RTF
The ODS RTF Statement
Opening and Closing the RTF Destination
Understanding How RTF Formats Output
ODS RTF and Graphics
Output destination
OUTPUT statement
creating for DO loop iterations
functionality
syntax
OUTPUT statement (MEANS)
OUTPUT statement, MEANS procedure
functionality
syntax

P

P1 statistic, MEANS procedure
P10 statistic, MEANS procedure
P25 statistic, MEANS procedure
P5 statistic, MEANS procedure
P50 statistic, MEANS procedure
P75 statistic, MEANS procedure
P90 statistic, MEANS procedure
P95 statistic, MEANS procedure
P99 statistic, MEANS procedure
parentheses ()
for function arguments
logical comparisons in
PATH= Option
syntax
PDV
See program data vector
period (.)
in SAS filenames
PRINT procedure
BY statement
Creating Subtotals for Variable Groups
Creating a Customized Layout with BY Groups and ID Variables
creating list reports
ID statement
Example: ID and VAR Statement
Creating a Customized Layout with BY Groups and ID Variables
LABEL option
NOOBS option
reading Microsoft Excel data
Steps for Reading Excel Data
Name Literals
Printing an Excel Worksheet as a SAS Data Set
SUM statement
The SUM Statement
Creating Subtotals for Variable Groups
VAR statement
The VAR Statement
Example: ID and VAR Statement
WHERE statement
printer family destination
PROBT statistic, MEANS procedure
PROC IMPORT
OBS= option
verifying data
PROC step
missing RUN statement
reading external files
program data vector
DATA step processing
Program Data Vector (PDV)
Iterations of the DATA Step
Iterations of the DATA Step [2]
match-merge processing
The Basics of Match-Merge Processing
The Compilation Phase: Setting Up a New Data Set
The Execution Phase: Match-Merging Observations
The Execution Phase: Match-Merging Observations [2]
Handling Unmatched Observations and Missing Values
programming workspace
SAS libraries
PROPCASE function
PUT function
numeric-to-character conversion
A Word about Converting Data
Example: INPUT Function
Explicit Numeric-to-Character Conversion
syntax
PUT statement
character strings
conditional processing and
data set variables
syntax
testing programs
Syntax
Example: Data Set Variables
Providing an Alternative Action
PUTLOG statement

Q

Q1 statistic, MEANS procedure
Q3 statistic, MEANS procedure
QRANGE statistic, MEANS procedure
QTR function
functionality
manipulating date values
syntax
Overview of YEAR, QTR, MONTH, and DAY Functions
Overview of YEAR, QTR, MONTH, and DAY Functions [2]
typical use
quantile statistics
quotation marks
common errors
format names and
logical operations
numeric-to-character conversion
reading Microsoft Excel data

R

RANGE statistic
MEANS procedure
RENAME= data set option
renaming variables
RETAIN statement
initializing sum variables
syntax
RIGHT function
ROUND function
rows
See observations
RTF destination
RUN statement
reading Microsoft Excel data
Steps for Reading Excel Data
Name Literals

S

SAS engines
SAS expressions
accumulating totals
arithmetic operators in
logical operators in
specifying compound
specifying in list reports
SAS files
naming conventions
referencing
referencing in other formats
storing
temporary
two-level names
Referencing Permanent SAS Data Sets
Assigning Librefs
Specifying Two-Level Names
SAS formats
See formats
SAS informats
See informats
SAS libraries
creating
defining
Predefined SAS Libraries
Defining Libraries
Assigning Librefs
deleting
storing SAS files
viewing
viewing library contents
Viewing Libraries
Viewing Libraries Using PROC CONTENTS
SAS log
Log Messages
Automatic Numeric-to-Character Conversion
clearing
resubmitting revised programs
SAS programs
DATA step processing
error handling
processing
resubmitting revised
results of processing
SAS log
SAS sessions
libref lifespan and
SAS statements
See also assignment statements
DO groups
executing repeatedly
SAS/ACCESS engines
SAS/ACCESS LIBNAME statement
naming data sets
syntax
Sashelp library
Sasuser library
SCAN function
functionality
specifying delimiters
specifying variable length
SUBSTR function versus
syntax
semantic errors
semicolon (;)
common errors
SET statement
BY statement and
concatenating data sets
Methods of Combining SAS Data Sets: The Basics
Concatenating Syntax
DATA step processing
SET Statement
Iterations of the DATA Step
one-to-one reading
Methods of Combining SAS Data Sets: The Basics
One-to-One Reading Syntax
reading data sets
reading Microsoft Excel data
Steps for Reading Excel Data
SET Statement
RETAIN statement and
syntax
SKEWNESS statistic, MEANS procedure
SORT procedure
BY statement
Example: PROC SORT
Example: Merge in Descending Order
examples
sorting data in list reports
syntax
sorting data in list reports
statistics
quantile
summary
STD statistic
MEANS procedure
Specifying Descriptive Statistics Keywords
Creating a Summarized Data Set Using the OUTPUT Statement
STDDEV statistic, MEANS procedure
STDERR statistic
MEANS procedure
STEP statement
storing
formats
SAS files
strings
See character strings
STYLE= option
syntax
Changing the Appearance of HTML Output
Changing the Appearance of PDF Output
subsetting data
subsetting IF statement
examples
finding year
functionality
selecting matching observations
syntax
SUBSTR function
functionality
Automatic Numeric-to-Character Conversion
Overview of the SUBSTR Function
positioning
replacing text
SCAN function versus
syntax
subtotaling variables
Creating Subtotals for Variable Groups
Example: Determining the Report Layout
sum statement
accumulating totals
DO loops and
syntax
SUM statement, PRINT procedure
creating customized layouts
generating column totals
requesting subtotals
syntax
SUM statistic
MEANS procedure
sum variables, initializing
summary statistics
SUMWGT statistic
MEANS procedure
syntax errors
Types of Errors
Syntax Errors
system options
specifying observations

T

T statistic
MEANS procedure
TABLES statement, FREQ procedure
creating n-way tables
creating one-way tables
creating two-way tables
CROSSLIST option
examples
LIST option
NOCOL option
NOCUM option
NOFREQ option
NOPERCENT option
NOROW option
syntax
Specifying Variables Using the TABLES Statement
Create Two-Way and N-Way Tables
target variables
defined
missing values and
temporary variables
Overview
Specifying Variables Using the VAR Statement
testing programs
character strings
conditional processing
Example: Conditional Processing
Providing an Alternative Action
data set variables
hypothesis testing
limiting observations
PUT statement
TIME function
TIMEw. format
TIMEw. informat
TITLE statement
canceling
examples
modifying
quotation marks in
specifying in list reports
TODAY function
trailing blanks, removing
Overview of the LEFT and RIGHT Functions
Overview of the TRIM Function
Overview of the CATX Function
TRANWRD function
TRIM function
two-way frequency tables

U

UCLM statistic, MEANS procedure
UNIX environment
SAS library implementation
How SAS Files Are Stored
Assigning Librefs
storing files
unbalanced quotation marks
Unbalanced Quotation Marks
Correcting the Error in the UNIX Environment
unmatched observations
excluding
handling
UPCASE function
Finding a String Regardless of Case
UPCASE Function
UPDATE statement
USS statistic
MEANS procedure

V

validating data
VALIDMEMNAME= system option
naming conventions
VALIDNARNAME= system option
naming conventions
VALUE statement, FORMAT procedure
assigning formats to variables
functionality
HIGH keyword
LOW keyword
OTHER keyword
specifying value ranges
syntax
VAR statement
MEANS procedure
Debugging Data Errors
Specifying Descriptive Statistics Keywords
Specifying Variables Using the VAR Statement
Creating a Summarized Data Set Using the OUTPUT Statement
PRINT procedure
The VAR Statement
Example: ID and VAR Statement
VAR statistic
MEANS procedure
variable attributes
data sets
SAS Variable Attributes
Data Set Variables
format considerations
variables
accumulating totals
assigning formats
Assigning Formats to Variables
The WORDDATEw. Format
assigning labels
Variable Attributes
Suppressing Table Information
assigning values conditionally
attributes
SAS Variable Attributes
Variable Attributes
creating or modifying
creating/modifying
DO groups
format overview
functionality
generating totals
index
Decrementing DO Loops
Examples: Nesting DO Loops
informat overview
initializing
Initializing Variables
Initializing Sum Variables
labels for
length of
Variable Attributes
Specifying Variable Length
missing values
naming conventions
VALIDVARNAME=System Option
VALIDMEMNAME=System Option
Variable Attributes
renaming
requesting subtotals
Creating Subtotals for Variable Groups
Example: Determining the Report Layout
selecting in list reports
selecting to drop and keep
specifying in FREQ procedure
specifying in MEANS procedure
specifying lengths
subsetting data
sum
target
Target Variables
Example: Finding the Date
temporary
Overview
Specifying Variables Using the VAR Statement
testing programs
types of

W

w. format
w.d format
w.d informat
WEEKDATEw. format
WEEKDAY function
SAS Date Functions
Overview of the WEEKDAY Function
WHERE statement, DATA step
automatic conversions and
reading Microsoft Excel data
WHERE statement, PRINT procedure
CONTAINS operator
examples
specifying compound expressions
specifying expressions
syntax
Windows environment
SAS library implementation
How SAS Files Are Stored
Assigning Librefs
storing files
unbalanced quotation marks
Unbalanced Quotation Marks
Correcting the Error in the Windows Operating Environment
WORDDATEw. format
Work library
writing observations explicitly

Y

YEAR function
examples
functionality
manipulating date values
syntax
Overview of YEAR, QTR, MONTH, and DAY Functions
Overview of YEAR, QTR, MONTH, and DAY Functions [2]
typical use
YRDIF function
SAS Date Functions
DATDIF and YRDIF Functions

Z

z/OS environment
SAS library implementation
How SAS Files Are Stored
Assigning Librefs
unbalanced quotation marks
Unbalanced Quotation Marks
Correcting the Error in the z/OS Operating Environment
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.219.228.88