Chapter Contents

Previous

Next
YEARw.

YEARw.



Writes date values as the year

Category: Date and Time
Alignment: right


Syntax
Syntax Description
Examples

Syntax

YEARw.

Syntax Description

w
specifies the width of the output field.
Default: 4
Range: 2-32
Tip: If w is less than 4, the last two digits of the year print; otherwise, the year value prints as four digits.


Examples

The example table uses the input value of 15415, which is the SAS date value that corresponds to March 16, 2002.

SAS Statements Results

----+----1
put date year2.;
02
put date year4.;
2002


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.