Formats for NLS |
Category: | Numeric |
Alignment: | left |
Syntax | |
Syntax Description | |
Details | |
Examples |
Syntax |
NLSTRWKw.d |
specifies the width of the output field
Default: | 20 |
Range: | 1-200 |
specifies the following:
00000001: write abbreviated form. | |
00000010: write capitalized form. |
Default: | 0 |
Range: | 0-3 |
Details |
The NLSTRQTRw.d format writes a SAS value, 1-7 as the name-of-the-week in the specified locale. The following examples use the English_UnitedStates locale.
1 = First day-of-week (Monday) | |
2 = Second day-of-week (Tuesday) | |
3 = Third day-of-week (Wednesday) | |
4 = Fourth day-of-week (Thursday) | |
5 = Fifth day-of-week (Friday) | |
6 = Sixth day-of-week (Saturday) | |
7 = Seventh day-of-week (Sunday) |
Examples |
This example uses the English_UnitedStates session encoding.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.