White Papers

The Essentials of SAS Dates and Times

Overview The first thing that one needs to know is that SAS software stores dates and times as numbers. However, this is not the only thing that one needs to know, and this paper will give one a solid base for working with dates and times in SAS. It will also introduce one to functions and features that will enable one to manipulate the dates and times with surprising flexibility. This paper will also show one some of the possible pitfalls with dates (and times and datetimes) in the SAS code, and how to avoid them. The paper will show how the SAS System handles dates and times through examples, including how to use them in TITLE and/or FOOTNOTE statements, and close with a brief discussion of Excel conversions.

Download White Paper

By downloading you agree to our Terms and Conditions. These include information regarding use of your personal data.

Publisher
SAS Institute
File Format
PDF
Date Published
May 29, 2009
Format
White Papers
Topics
Knowledge and Data Management, Programming Languages, Software Engineering

Similiar White Papers

A SAS/JMP Integration for Implementation of a Clustering Algorithm for High Dimensional Low Sample Size Data

A SAS/JMP Integration for Implementation of a Clustering Algorithm for High Dimensional Low Sample Size Data

A SAS macro solution is presented for clustering of High Dimension al low Sample Size (HDLLSS) data using a new algorith

Publisher: SAS Institute  |  Tags: data

The Power of the BY Statement

The Power of the BY Statement

When used to its fullest potential, the BY statement can save time and effort, and add clarity and simplicity to SAS pro

Publisher: SAS Institute  |  Tags: applications, data

SAS Institute White Papers

A Clever Demonstration of the SAS SUBSTR Function

A Clever Demonstration of the SAS SUBSTR Function

The SAS SUBSTR function differs from the substring function in other programming languages as it can be used on either s

Publisher: SAS Institute

Understanding Your Customer: Segmentation Techniques for Gaining Customer Insight and Predicting Risk in the Telecom Industry

Understanding Your Customer: Segmentation Techniques for Gaining Customer Insight and Predicting Risk in the Telecom Industry

The explosion of customer data in the last twenty years has increased the need for data mining aimed at Customer Relatio

Publisher: SAS Institute  |  Tags: crm, customer service, data, data mining

An Animated Guide: Proc Transpose

An Animated Guide: Proc Transpose

If one can think about a SAS data set as being made up of columns and rows, one can say Proc Transpose "Flips" the colum

Publisher: SAS Institute  |  Tags: data

Cool New Features in SAS Enterprise Miner 5.3

Cool New Features in SAS Enterprise Miner 5.3

SAS released Enterprise Miner 5.3 in late 2007 with a veritable plethora of cool new features for data miners everywhere

Publisher: SAS Institute  |  Tags: data, software

An Introduction to SAS Character Functions

An Introduction to SAS Character Functions

SAS software is especially rich in its assortment of functions that deal with character data. This class of functions is

Publisher: SAS Institute  |  Tags: data, software