| Formats for NLS |
| Category: | Date and Time |
| Alignment: | left |
| Syntax | |
| Syntax Description | |
| Examples |
Syntax |
| NLDATMWNw. |
specifies the width of the output field.
| Default: | 30 |
| Range: | 16-200 |
| Examples |
This example writes the SAS datetime value as a day of the week.
now = datetime() ; put now nldatmwn. ;
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.