Name
|
Syntax and Description
|
---|---|
$LOGVSR
w.
Reads a character string that is in right-to-left
logical order, and then converts the character string to visual order.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$LOGVS
w.
Reads a character string that is in left-to-right
logical order, and then converts the character string to visual order.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$VSLOGR
w.
Reads a character string that is in visual order,
and then converts the character string to right-to-left logical order.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$VSLOG
w.
Reads a character string that is in visual order,
and then converts the character string to left-to-right logical order.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
Name
|
Syntax and Description
|
---|---|
$ASCII
w.
Converts ASCII character data to native format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$BASE64Xw.
Converts ASCII text into character data by using
Base 64 encoding.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$BINARY
w.
Converts binary data to character data.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$CHAR
w.
Reads character data with blanks.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$CHARZB
w.
Converts binary 0s to blanks.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$EBCDIC
w.
Converts EBCDIC character data to native format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
Converts hexadecimal data to character data.
Product: Base SAS
Document: SAS 9.3 Companion for UNIX Environments
|
|
$HEXw.
Converts hexadecimal data to character data.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
|
|
$HEX
w.
Converts hexadecimal data to character data.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$OCTAL
w.
Converts octal data to character data.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$PHEX
w.
Converts packed hexadecimal data to character data.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$QUOTE
w.
Removes matching quotation marks from character
data.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$REVERJ
w.
Reads character data from right to left and preserves
blanks.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$REVERS
w.
Reads character data from right to left, and then
left aligns the text.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UCS2BE
w.
Reads a character string that is in the encoding
of the current SAS session and then converts the character string
to big-endian, 16-bit, UCS2, Unicode encoding.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UCS2B
w.
Reads a character string that is encoded in big-endian,
16-bit, UCS2, Unicode encoding, and then converts the character string
to the encoding of the current SAS session.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UCS2LE
w.
Reads a character string that is in the encoding
of the current SAS session and then converts the character string
to little-endian, 16-bit, UCS2, Unicode encoding.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UCS2L
w.
Reads a character string that is encoded in little-endian,
16-bit, UCS2, Unicode encoding, and then converts the character string
to the encoding of the current SAS session.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UCS2XE
w.
Reads a character string that is in the encoding
of the current SAS session and then converts the character string
to 16-bit, UCS2, Unicode encoding.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UCS2X
w.
Reads a character string that is encoded in 16-bit,
UCS2, Unicode encoding, and then converts the character string to
the encoding of the current SAS session.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UCS4B
w.
Reads a character string that is encoded in big-endian,
32-bit, UCS4, Unicode encoding, and then converts the character string
to the encoding of the current SAS session.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UCS4L
w.
Reads a character string that is encoded in little-endian,
32-bit, UCS4, Unicode encoding, and then converts the character string
to the encoding of the current SAS session.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UCS4XE
w.
Reads a character string that is in the encoding
of the current SAS session, and then converts the character string
to 32-bit, UCS4, Unicode encoding.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UCS4X
w.
Reads a character string that is encoded in 32-bit,
UCS4, Unicode encoding, and then converts the character string to
the encoding of the current SAS session.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UESCE
w.
Reads a character string that is in the encoding
of the current SAS session, and then converts the character string
to UESC representation.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UESC
w.
Reads a character string that is encoded in UESC
representation, and then converts the character string to the encoding
of the current SAS session.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UNCRE
w.
Reads a character string in the encoding of the
current SAS session, and then converts the character string to NCR.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UNCR
w.
Reads an NCR character string, and then converts
the character string to the encoding of the current SAS session.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UPARENE
w.
Reads a character string that is in the encoding
of the current SAS session, and then converts the character string
to UPAREN representation.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UPARENP
w.
Reads a character string that is encoded in UPAREN
representation, and then converts the character string to the encoding
of the current SAS session, with national characters remaining in
the encoding of the UPAREN representation.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UPAREN
w.
Reads a character string that is encoded in UPAREN
representation, and then converts the character string to the encoding
of the current SAS session.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$UPCASE
w.
Converts character data to uppercase.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$UTF8X
w.
Reads a character string that is encoded in UTF-8,
and then converts the character string to the encoding of the current
SAS session.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$VARYING
w. length-variable
Reads character data of varying length.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$
w.
Reads standard character data.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
Name
|
Syntax and Description
|
---|---|
$CB
w.
Reads standard character data from column-binary
files.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
CB
w.d
Reads standard numeric values from column-binary
files.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
PUNCH.d
Reads whether a row of column-binary data is punched.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
ROW
w.d
Reads a column-binary field down a card column.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
Name
|
Syntax and Description
|
---|---|
$KANJI
w.
Removes shift code data from DBCS data.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$KANJIX
w.
Adds shift-code data to DBCS data.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
Name
|
Syntax and Description
|
---|---|
ANYDTDTE
w.
Reads and extracts the date value from various date,
time, and datetime forms.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
ANYDTDTMw.
Reads and extracts datetime values from various
date, time, and datetime forms.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
ANYDTTMEw.
Reads and extracts time values from various date,
time, and datetime forms.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601CI
w.d
Reads an IBM date and time value that includes a
century marker, in the form cyymmddhhmmss<fff>.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601DA w.
Reads date values that are specified using the ISO
8601 base notation yyyymmdd.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601DJ w.d
Reads a Java date and time value that is in the
form yyyymmddhhmmss<ffffff>.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601DN w.
Reads date values that are specified using the ISO
8601 basic notation yyyymmdd and returns SAS datetime values where the time portion of the value
is 000000.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601DT w.d
Reads datetime values that are specified using the
ISO 8601 basic notation yyyymmddThhmmss<ffffff>.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601DZ w.d
Reads Coordinated Universal Time (UTC) datetime
values that are specified using the ISO 8601 datetime basic notation yyyymmddThhmmss+|-hhmm or yyyymmddThhmmss<ffffff>Z.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601TM w.d
Reads time values that are specified using the ISO
8601 basic notation hhmmss<ffffff>.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601TZ w.d
Reads time values that are specified using the ISO
8601 basic time notation hhmmss<ffff>+|-hhmm or hhmmss<ffffff>Z.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
DATETIME w.
Reads datetime values in the form ddmmmyy hh:mm:ss.ss or ddmmmyyyy
hh:mm:ss.ss.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
DATE w.
Reads date values in the form ddmmmyy or ddmmmyyyy.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
DDMMYY w.
Reads date values in the form ddmmyy<yy> or dd-mm-yy<yy>, where a special character, such as a hyphen (-), period (.), or
slash (/), separates the day, month, and year; the year can be either
2 or 4 digits.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601DA w.
Reads date values that are specified using the ISO
8601 extended notation yyyy-mm-dd.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601DN w.
Reads date values that are specified using the ISO
8601 extended notation yyyy-mm-dd and returns SAS datetime values where the time portion of the value
is 000000.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601DT w.d
Reads datetime values that are specified using the
ISO 8601 extended notation yyyy-mm-ddThh:mm:ss.<ffffff>.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601DZ w.d
Reads Coordinated Universal Time (UTC) datetime
values that are specified using the ISO 8601 datetime extended notation yyyy-mm-ddThh:mm:ss+|-hh:mm.<fffff> or yyyy-mm-ddThh:mm:ss.<fffff>Z.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601LZ w.d
Reads Coordinated Universal Time (UTC) values that
are specified using the ISO 8601 extended notation hh:mm:ss+|-hh:mm.<fffff> or hh:mm:ss.<fffff>Z and converts the values to the
local time.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601TM w.d
Reads time values that are specified using the ISO
8601 extended notation hh:mm:ss.<ffffff>.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601TZ w.d
Reads time values that are specified using the ISO
8601 extended time notation hh:mm:ss+|-hh:mm.<ffffff> or hh:mm:ssZ.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
EURDFDE
w.
Reads international date values.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
EURDFDT w.
Reads international datetime values in the form
ddmmmyy hh:mm:ss.ss or ddmmmyyyy
hh:mm:ss.ss.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
EURDFMY w.
Reads month and year date values in the form mmmyy or mmmyyyy.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
HHMMSS
w.
Reads hours, minutes, and seconds in the form hh:mm:ss or hhmmss.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
JULIAN
w.
Reads Julian dates in the form yyddd or yyyyddd.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
MDYAMPM
w.d
Reads datetime values in the form mm-dd-yy<yy> hh:mm:ss.ss AM|PM, where a
special character such as a hyphen (-), period (.), slash (/), or
colon (:) separates the month, day, and year; the year can be either
2 or 4 digits.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
MINGUO
w.
Reads dates in Taiwanese format.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
MMDDYY w.
Reads date values in the form mmddyy or mmddyyyy.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
MONYY w.
Reads month and year date values in the form mmmyy or mmmyyyy.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
MSEC
w.
Reads TIME MIC values.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$N8601B
w.d
Reads complete, truncated, and omitted forms of
ISO 8601 duration, datetime, and interval values that are specified
in either the basic or extended notations.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$N8601E
w.d
Reads ISO 8601 duration, datetime, and interval
values that are specified in the extended notation.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
NENGO
w.
Reads Japanese date values in the form eyymmdd.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLDATE
w.
Reads the date value in the specified locale, and
then converts the date value to the local SAS date value.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLDATM
w.
Reads the datetime value of the specified locale,
and then converts the datetime value to the local SAS datetime value.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLTIMAP
w.
Reads the time value and uses a.m. and p.m. in the
specified locale, and then converts the time value to the local SAS
time value.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLTIME
w.
Reads the time value in the specified locale, and
then converts the time value to the local SAS time value.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
PDJULG
w.
Reads packed Julian date values in the hexadecimal
form F for IBM.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
PDJULI
w.
Reads packed Julian dates in the hexadecimal format F for IBM.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
PDTIME
w.
Reads packed decimal time of SMF and RMF records.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
RMFDUR
w.
Reads duration intervals of RMF records.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
RMFSTAMP
w.
Reads time and date fields of RMF records.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
SHRSTAMP
w.
Reads date and time values of SHR records.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
SMFSTAMP
w.
Reads time and date values of SMF records.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
STIMER
w.
Reads time values and determines whether the values
are hours, minutes, or seconds; reads the output of the STIMER system
option.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
TIME
w.
Reads hours, minutes, and seconds in the form hh:mm:ss.ss, where special characters such as
the colon (:) or the period (.) are used to separate the hours, minutes,
and seconds.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
TODSTAMP
w.
Reads an eight-byte time-of-day stamp.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
TU
w.
Reads timer units.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
WEEKU
w.
Reads a value in the form of a week-number within
the year and returns a SAS date value by using the U algorithm.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
WEEKV
w.
Reads a value in the form a week-number within a
year and returns a SAS date value using the V algorithm.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
WEEKW
w.
Reads a value in the form of a week-number within
the year and returns a SAS date value using the W algorithm.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
YMDDTTM
w.d
Reads datetime values in the form <yy>yy-mm-dd hh:mm:ss.ss, where special
characters such as a hyphen (-), period (.), slash (/), or colon (:)
are used to separate the year, month, day, hour, minute, and seconds;
the year can be either 2 or 4 digits.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
YYMMDD w.
Reads date values in the form yymmdd or yyyymmdd.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
YYMMN w.
Reads date values in the form yyyymm or yymm.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
YYQ w.
Reads quarters of the year in the form yyQq or yyyyQq.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
Name
|
Syntax and Description
|
---|---|
$CPTDW
w.
Reads a character string that is in Hebrew DOS (cp862)
encoding, and then converts the character string to Windows (cp1255)
encoding.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
$CPTWD
w.
Reads a character string that is in Windows (cp1255)
encoding, and then converts the character string to Hebrew DOS (cp862)
encoding.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
Name
|
Syntax and Description
|
---|---|
B8601DA w.
Reads date values that are specified using the ISO
8601 base notation yyyymmdd.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601DJ w.d
Reads a Java date and time value that is in the
form yyyymmddhhmmss<ffffff>.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601DN w.
Reads date values that are specified using the ISO
8601 basic notation yyyymmdd and returns SAS datetime values where the time portion of the value
is 000000.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601DT w.d
Reads datetime values that are specified using the
ISO 8601 basic notation yyyymmddThhmmss<ffffff>.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601DZ w.d
Reads Coordinated Universal Time (UTC) datetime
values that are specified using the ISO 8601 datetime basic notation yyyymmddThhmmss+|-hhmm or yyyymmddThhmmss<ffffff>Z.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601TM w.d
Reads time values that are specified using the ISO
8601 basic notation hhmmss<ffffff>.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
B8601TZ w.d
Reads time values that are specified using the ISO
8601 basic time notation hhmmss<ffff>+|-hhmm or hhmmss<ffffff>Z.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601DA w.
Reads date values that are specified using the ISO
8601 extended notation yyyy-mm-dd.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601DN w.
Reads date values that are specified using the ISO
8601 extended notation yyyy-mm-dd and returns SAS datetime values where the time portion of the value
is 000000.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601DT w.d
Reads datetime values that are specified using the
ISO 8601 extended notation yyyy-mm-ddThh:mm:ss.<ffffff>.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601DZ w.d
Reads Coordinated Universal Time (UTC) datetime
values that are specified using the ISO 8601 datetime extended notation yyyy-mm-ddThh:mm:ss+|-hh:mm.<fffff> or yyyy-mm-ddThh:mm:ss.<fffff>Z.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601LZ w.d
Reads Coordinated Universal Time (UTC) values that
are specified using the ISO 8601 extended notation hh:mm:ss+|-hh:mm.<fffff> or hh:mm:ss.<fffff>Z and converts the values to the
local time.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601TM w.d
Reads time values that are specified using the ISO
8601 extended notation hh:mm:ss.<ffffff>.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
E8601TZ w.d
Reads time values that are specified using the ISO
8601 extended time notation hh:mm:ss+|-hh:mm.<ffffff> or hh:mm:ssZ.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$N8601B
w.d
Reads complete, truncated, and omitted forms of
ISO 8601 duration, datetime, and interval values that are specified
in either the basic or extended notations.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
$N8601E
w.d
Reads ISO 8601 duration, datetime, and interval
values that are specified in the extended notation.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
Name
|
Syntax and Description
|
---|---|
BINARY
w.d
Converts positive binary values to integers.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
BITS
w.d
Extracts bits.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
BZ
w.d
Converts blanks to 0s.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
COMMA
w.d
Removes embedded characters.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
COMMAX
w.d
Removes embedded periods, blanks, dollar signs,
percent signs, dashes, and closing parenthesis from the input data.
An open parenthesis at the beginning of a field is converted to a
minus sign. The COMMAX informat reverses the roles of the decimal
point and the comma.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
EURO
w.d
Reads numeric values, removes embedded characters
in European currency, and reverses the comma and decimal point.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
EUROX
w.d
Reads numeric values and removes embedded characters
in European currency.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
Reads numeric values that are stored in scientific
notation.
Product: Base SAS
Document: SAS 9.3 Companion for z/OS
|
|
E
w.d
Reads numeric values that are stored in scientific
notation and double-precision scientific notation.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
FLOAT
w.d
Reads a native single-precision, floating-point
value and divides it by 10 raised to the th power.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
Converts hexadecimal positive binary values to either
fixed-point or floating-point binary values.
Product: Base SAS
Document: SAS 9.3 Companion for UNIX Environments
|
|
HEXw.
Converts hexadecimal positive binary values to fixed-point
or floating-point binary values.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
|
|
Converts hexadecimal character values to integer
binary (fixed-point) or real binary (floating-point) values.
Product: Base SAS
Document: SAS 9.3 Companion for z/OS
|
|
HEX
w.
Converts hexadecimal positive binary values to either
integer (fixed-point) or real (floating-point) binary values.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
IBR
w.d
Reads integer binary (fixed-point) values in Intel
and DEC formats.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
IBw.d
Reads integer binary (fixed-point) values.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
|
|
Reads integer binary (fixed-point) values.
Product: Base SAS
Document: SAS 9.3 Companion for z/OS
|
|
Reads integer binary (fixed-point) values.
Product: Base SAS
Document: SAS 9.3 Companion for UNIX Environments
|
|
IB
w.d
Reads native integer binary (fixed-point) values,
including negative values.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
IEEE
w.d
Reads an IEEE floating-point value and divides it
by 10 raised to the th power.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
NLMNIAED
w.d
Reads the monetary format of the international expression
for the United Arab Emirates.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIAUD
w.d
Reads the monetary format of the international expression
for Australia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIBGN
w.d
Reads the monetary format of the international expression
for Bulgaria.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIBRL
w.d
Reads the monetary format of the international expression
for Brazil.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNICAD
w.d
Reads the monetary format of the international expression
for Canada.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNICHF
w.d
Reads the monetary format of the international expression
for Liechtenstein and Switzerland.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNICNY
w.d
Reads the monetary format of the international expression
for China.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNICZK
w.d
Reads the monetary format of the international expression
for the Czech Republic.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIDKK
w.d
Reads the monetary format of the international expression
for Denmark, Faroe Island, and Greenland.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIEEK
w.d
Reads the monetary format of the international expression
for Estonia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIEGP
w.d
Reads the monetary format of the international expression
for Egypt.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIEUR
w.d
Reads the monetary format of the international expression
for Austria, Belgium, Finland, France, Germany, Greece, Ireland, Italy,
Luxembourg, Malta, the Netherlands, Portugal, Slovenia, and Spain.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIGBP
w.d
Reads the monetary format of the international expression
for the United Kingdom.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIHKD
w.d
Reads the monetary format of the international expression
for Hong Kong.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIHRK
w.d
Reads the monetary format of the international expression
for Croatia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIHUF
w.d
Reads the monetary format of the international expression
for Hungary.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIIDR
w.d
Reads the monetary format of the international expression
for Indonesia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIILS
w.d
Reads the monetary format of the international expression
for Israel.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIINR
w.d
Reads the monetary format of the international expression
for India.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIJPY
w.d
Reads the monetary format of the international expression
for Japan.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIKRW
w.d
Reads the monetary format of the international expression
for South Korea.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNILTL
w.d
Reads the monetary format of the international expression
for Lithuania.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNILVL
w.d
Reads the monetary format of the international expression
for Latvia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIMOP
w.d
Reads the monetary format of the international expression
for Macau.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIMXN
w.d
Reads the monetary format of the international expression
for Mexico.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIMYR
w.d
Reads the monetary format of the international expression
for Malaysia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNINOK
w.d
Reads the monetary format of the international expression
for Norway.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNINZD
w.d
Reads the monetary format of the international expression
for New Zealand.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIPLN
w.d
Reads the monetary format of the international expression
for Poland.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIRUB
w.d
Reads the monetary format of the international expression
for Russia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNISEK
w.d
Reads the monetary format of the international expression
for Sweden.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNISGD
w.d
Reads the monetary format of the international expression
for Singapore.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNITHB
w.d
Reads the monetary format of the international expression
for Thailand.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNITRY
w.d
Reads the monetary format of the international expression
for Turkey.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNITWD
w.d
Reads the monetary format of the international expression
for Taiwan.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIUSD
w.d
Reads the monetary format of the international expression
for Puerto Rico and the United States.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNIZAR
w.d
Reads the monetary format of the international expression
for South Africa.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLAED
w.d
Reads the monetary format of the local expression
for the United Arab Emirates.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLAUD
w.d
Reads the monetary format of the local expression
for Australia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLBGN
w.d
Reads the monetary format of the local expression
for Bulgaria.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLBRL
w.d
Reads the monetary format of the local expression
for Brazil.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLCAD
w.d
Reads the monetary format of the local expression
for Canada.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLCHF
w.d
Reads the monetary format of the local expression
for Liechtenstein and Switzerland.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLCNY
w.d
Reads the monetary format of the local expression
for China.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLCZK
w.d
Reads the monetary format of the local expression
for the Czech Republic.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLDKK
w.d
Reads the monetary format of the local expression
for Denmark, the Faroe Island, and Greenland.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLEEK
w.d
Reads the monetary format of the local expression
for Estonia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLEGP
w.d
Reads the monetary format of the local expression
for Egypt.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLEUR
w.d
Reads the monetary format of the local expression
for Austria, Belgium, Finland, France, Germany, Greece, Ireland, Italy,
Luxembourg, Malta, the Netherlands, Portugal, Slovenia, and Spain.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLGBP
w.d
Reads the monetary format of the local expression
for the United Kingdom.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLHKD
w.d
Reads the monetary format of the local expression
for Hong Kong.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLHRK
w.d
Reads the monetary format of the local expression
for Croatia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLHUF
w.d
Reads the monetary format of the local expression
for Hungary.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLIDR
w.d
Reads the monetary format of the local expression
for Indonesia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLILS
w.d
Reads the monetary format of the local expression
for Israel.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLINR
w.d
Reads the monetary format of the local expression
for India.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLJPY
w.d
Reads the monetary format of the local expression
for Japan.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLKRW
w.d
Reads the monetary format of the local expression
for South Korea.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLLTL
w.d
Reads the monetary format of the local expression
for Lithuania.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLLVL
w.d
Reads the monetary format of the local expression
for Latvia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLMOP
w.d
Reads the monetary format of the local expression
for Macau.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLMXN
w.d
Reads the monetary format of the local expression
for Mexico.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLMYR
w.d
Reads the monetary format of the local expression
for Malaysia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLNOK
w.d
Reads the monetary format of the local expression
for Norway.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLNZD
w.d
Reads the monetary format of the local expression
for New Zealand.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLPLN
w.d
Reads the monetary format of the local expression
for Poland.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLRUB
w.d
Reads the monetary format of the local expression
for Russia.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLSEK
w.d
Reads the monetary format of the local expression
for Sweden.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLSGD
w.d
Reads the monetary format of the local expression
for Singapore.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLTHB
w.d
Reads the monetary format of the local expression
for Thailand.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLTRY
w.d
Reads the monetary format of the local expression
for Turkey.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLTWD
w.d
Reads the monetary format of the local expression
for Taiwan.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLUSD
w.d
Reads the monetary format of the local expression
for Puerto Rico, and the United States.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNLZAR
w.d
Reads the monetary format of the local expression
for South Africa.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNYI
w.d
Reads monetary data in the specified locale for
the international expression, and then converts the data to a numeric
value.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLMNY
w.d
Reads monetary data in the specified locale for
the local expression, and then converts the data to a numeric value.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLNUMI
w.d
Reads numeric data in the specified locale for international
expressions, and then converts the data to a numeric value.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLNUM
w.d
Reads numeric data in the specified locale for local
expressions, and then converts the data to a numeric value.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLPCTI
w.d
Reads percentage data in the specified locale for
international expressions, and then converts the data to a numeric
value.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NLPCT
w.d
Reads percentage data in the specified locale for
local expressions, and then converts the data to a numeric value.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
NUMX
w.d
Reads numeric values with a comma in place of the
decimal point.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
OCTAL
w.d
Converts positive octal values to integers.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
PDw.d
Reads packed decimal data.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
|
|
Reads data that is stored in packed decimal format.
Product: Base SAS
Document: SAS 9.3 Companion for UNIX Environments
|
|
Reads IBM packed decimal data.
Product: Base SAS
Document: SAS 9.3 Companion for z/OS
|
|
PD
w.d
Reads data that are stored in IBM packed decimal
format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
PERCENT
w.d
Reads percentages as numeric values.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
PIBR
w.d
Reads positive integer binary (fixed-point) values
in Intel and DEC formats.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
Reads positive integer binary (fixed-point) values.
Product: Base SAS
Document: SAS 9.3 Companion for UNIX Environments
|
|
PIBw.d
Reads positive integer-binary (fixed-point) values.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
|
|
PIB
w.d
Reads positive integer binary (fixed-point) values.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
PK
w.d
Reads unsigned packed decimal data.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
Reads numeric data that is stored in real binary
(floating-point) notation.
Product: Base SAS
Document: SAS 9.3 Companion for UNIX Environments
|
|
RBw.d
Reads real-binary (floating-point) data.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
|
|
Reads real binary (floating-point) data.
Product: Base SAS
Document: SAS 9.3 Companion for z/OS
|
|
RB
w.d
Reads numeric data that are stored in real binary
(floating-point) notation.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FF
w.d
Reads EBCDIC numeric data.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FIBU
w.d
Reads unsigned integer binary (fixed-point) values
in IBM mainframe format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FIB
w.d
Reads integer binary (fixed-point) values, including
negative values, in IBM mainframe format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FPDU
w.d
Reads unsigned packed decimal data in IBM mainframe
format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FPD
w.d
Reads packed data in IBM mainframe format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FPIB
w.d
Reads positive integer binary (fixed-point) values
in IBM mainframe format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FRB
w.d
Reads real binary (floating-point) data in IBM mainframe
format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FZBD
w.d
Reads zoned decimal data in which zeros have been
left blank.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FZDL
w.d
Reads zoned decimal leading-sign data in IBM mainframe
format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FZDS
w.d
Reads zoned decimal separate leading-sign data in
IBM mainframe format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FZDT
w.d
Reads zoned decimal separate trailing-sign data
in IBM mainframe format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FZDU
w.d
Reads unsigned zoned decimal data in IBM mainframe
format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
S370FZD
w.d
Reads zoned decimal data in IBM mainframe format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
TRAILSGN
w.
Reads a trailing plus (+) or minus (–) sign.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
VAXRB
w.d
Reads real binary (floating-point) data in VMS format.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
VMSZNw.d
Reads VMS and MicroFocus COBOL zoned numeric data.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
w.d
Reads standard numeric data.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
YEN
w.d
Removes embedded yen signs, commas, and decimal
points.
Product: Base SAS
Document: SAS 9.3 National Language Support (NLS): Reference Guide
|
|
Reads zoned decimal data in which zeros have been
left blank.
Product: Base SAS
Document: SAS 9.3 Companion for z/OS
|
|
ZDB
w.d
Reads zoned decimal data in which zeros have been
left blank.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
ZDV
w.d
Reads and validates zoned decimal data.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|
|
Reads zoned decimal data.
Product: Base SAS
Document: SAS 9.3 Companion for UNIX Environments
|
|
ZDw.d
Reads zoned decimal data.
Product: Base SAS
Document: SAS 9.3 Companion for Windows
|
|
Reads zoned-decimal data.
Product: Base SAS
Document: SAS 9.3 Companion for z/OS
|
|
ZD
w.d
Reads zoned decimal data.
Product: Base SAS
Document: SAS 9.3 Formats and Informats: Reference
|