- $CPTDWw. Format
-
writes a character string in Hebrew text that is encoded
in IBM-PC (cp862) to Windows Hebrew encoding (cp1255).
- $CPTWDw. Format
-
writes a character string that is encoded in Windows (cp1255)
to Hebrew DOS (cp862) encoding.
-
HDATEw. Format
-
writes date values in the form yyyy mmmmm
dd where yyyy is the year, mmmmm represents the month's name in Hebrew, and dd is the day of
month.
- HEBDATEw. Format
-
writes date values according to the Jewish calendar.
- $LOGVSw. Format
-
writes a character string that is in left-to-right logical
order to visual order.
- $LOGVSRw. Format
-
writes a character string that is in right-to-left logical
order to visual order.
- NLDATEw. Format
-
converts a SAS date value to the date value of the specified
locale, and then writes the value in the format of the date value.
- NLDATEMNw. Format
-
converts a SAS date value to the date value of the specified
locale, and then writes the date value in the format of the name of the month.
- NLDATEWw. Format
-
converts a SAS date value to the date value of the specified
locale, and then writes the date value in the format of the date and the day
of the week.
- NLDATEWNw. Format
-
converts the SAS date value to the date value of the specified
locale, and then writes the date value in the format of the name of the day
of the week.
- NLDATMw. Format
-
converts a SAS datetime value to the datetime value of the
specified locale, and then writes the value in the format of the datetime.
- NLDATMAPw. Format
-
converts a SAS datetime value to the datetime value of the
specified locale, and then writes the value in the format of the datetime
with a.m. or p.m.
- NLDATMTMw. Format
-
converts the time portion of a SAS datetime value to the
time-of-day value of the specified locale, and then writes the value in the
format of the time of the day.
- NLDATMWw. Format
-
converts a SAS date value to a datetime value of the specified
locale, and then writes the value in the format of day of the week and the
datetime.
- NLMNYw.d Format
-
writes the monetary format of the local expression in the
specified locale using local currency.
- NLMNYIw.d Format
-
writes the monetary format of the international expression
in the specified locale.
- NLNUMw.d Format
-
writes the numeric format of the local expression in the
specified locale.
- NLNUMIw.d Format
-
writes the numeric format of the international expression
in the specified locale.
- NLPCTw.d Format
-
writes percentage data of the local expression in the specified
locale.
- NLPCTIw.d Format
-
writes percentage data of the international expression in
the specified locale.
- NLTIMAPw. Format
-
converts a SAS time value to the time value of a specified
locale, and then writes the value in the format of the time with a.m. or p.m.
- NLTIMEw. Format
-
converts a SAS time value to the time value of the specified
locale, and then writes the value in the format of the time.
- $UCS2Bw. Format
-
writes a character string in big-endian, 16-bit, universal
character set code in 2 octets (UCS2), Unicode encoding.
- $UCS2BEw. Format
-
writes a big-endian, 16-bit, universal character set code
in 2 octets (UCS2), character string in the encoding of the current SAS session.
- $UCS2Lw. Format
-
writes data in little-endian, 16-bit, universal character
set code in 2 octets (UCS2), Unicode encoding.
- $UCS2LEw. Format
-
writes a character string that is encoded in little-endian,
16-bit, universal character set code in 2 octets (UCS2), in the encoding of
the current SAS session.
- $UCS2Xw. Format
-
writes a character string in native-endian, 16-bit, universal
character set code in 2 octets (UCS2), Unicode encoding.
- $UCS2XEw. Format
-
writes a native-endian, universal character set code in
2 octets (UCS2), character string in the encoding of the current SAS session.
- $UCS4Bw. Format
-
writes a character string in big-endian, 32-bit, universal
character set code in 4 octets (UCS4), Unicode encoding.
- $UCS4BEw. Format
-
writes a big-endian, 32-bit, universal character set code
in 4 octets (UCS4), character string in the encoding of the current SAS session.
- $UCS4Lw. Format
-
writes a character string in little-endian, 32-bit, universal
character set code in 4 octets (UCS4), Unicode encoding.
- $UCS4LEw. Format
-
writes a little-endian, 32-bit, universal character set
code in 4 octets (UCS4), character string in the encoding of the current SAS
session.
- $UCS4Xw. Format
-
writes a character string in native-endian, 32-bit, universal
character set code in 4 octets (UCS4), Unicode encoding.
- $UCS4XEw. Format
-
writes a native-endian, 32-bit, universal character set
code in 4 octets (UCS4), character string in the encoding of the current SAS
session.
- $UESCw. Format
-
writes a character string that is encoded in the current
SAS session in Unicode escape (UESC) representation.
- $UESCEw. Format
-
writes a Unicode escape (UESC) representation character
string in the encoding of the current SAS session.
- $UNCRw. Format
-
writes a character string that is encoded in the current
SAS session in numeric character representation (NCR).
- $UNCREw. Format
-
writes the numeric character representation (NCR) character
string in the encoding of the current SAS session.
- $UPARENw. Format
-
writes a character string that is encoded in the current
SAS session in Unicode parenthesis (UPAREN) representation.
- $UPARENEw. Format
-
writes a Unicode parenthesis (UPAREN) character string in
the encoding of the current SAS session.
- $UTF8Xw. Format
-
writes a character string in universal transformation format
(UTF-8) encoding.
-
$VSLOGw. Format
-
writes a character string that is in visual order to left-to-right
logical order.
- $VSLOGRw. Format
-
writes a character string that is in visual order to right-to-left
logical order.
- WEEKUw. Format
-
writes a week number in decimal format by using the U
algorithm.
- WEEKVw. Format
-
writes a week number in decimal format by using the V
algorithm.
- WEEKWw. Format
-
writes a week number in decimal format by using the W algorithm.