QTRRw. Format

Writes SAS date values as the quarter of the year in Roman numerals.

Category: Date and Time
Alignment: Right

Syntax

QTRRw.

Arguments

w

specifies the width of the output field.

Default 3
Range 3–32

Example

The example table uses the input value of 19624, which is the SAS date value that corresponds to September 23, 2013.
Statements
Results
 
----+----1
select put(19624,qtrr.); 
III