NLDATMYQw. Format
Converts the SAS datetime value to the datetime
value of the specified locale, and then writes the value as the year
and the quarter of the year.
Category: |
Date and Time |
Alignment: |
left |
Syntax
Syntax Description
- w
-
specifies the width
of the output field.
Example
This example
uses the fr_FR locale option.
|
|
put "+--- NLDATMYQ
min=4 default=16 max=200 ---+";
put ' 16' +5 dt nldatmyq.;
put ' 4' +5 dt nldatmyq4.;
put ' 14' +5 dt nldatmyq14.;
put ' 32' +5 dt nldatmyq32.;
put '200' +5 dt nldatmyq200.;
|
+--- NLDATMYQ min=4
default=16 max=200 ---+
|