Formats for NLS |
Category: | Date and Time |
Alignment: | left |
Syntax | |
Syntax Description | |
Details | |
Examples | |
See Also |
Syntax |
MINGUOw. |
Details |
The MINGUOw. format writes SAS date values in the form yyyymmdd, where
The Taiwanese calendar uses 1912 as the base year (01/01/01 is January 1, 1912). Dates before 1912 appear as a series of asterisks. Year values do not roll around after 100 years; instead, they continue to increase.
Examples |
The example table uses the following input values:
12054 is the SAS date value that corresponds to January 1, 1993.
18993 is the SAS date value that corresponds to January 1, 2012.
-20088 is the SAS date value that corresponds to January 1, 1905.
Statements | Results |
---|---|
|
----+----1 |
put date minguo10.; |
0082/01/01 |
|
0101/01/01 |
|
********** |
See Also |
Informats: |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.