Previous Page | Next Page

Formats for NLS

NLDATMDTw. Format



Converts the SAS datetime value to the datetime value of the specified locale, and then writes the value as the name of the month, day of the month and year.
Category: Date and Time
Alignment: left

Syntax
Syntax Description
Examples

Syntax

NLDATMDTw.

Syntax Description

w

specifies the width of the output field

Default: 20
Range: 10-200

Examples

This example uses the en_US locale option.

Statements Results
put $6400,nldatmdt.;
put$6400,dtdate.;
January 02, 1960
02JAN60

Previous Page | Next Page | Top of Page