SAS Institute. The Power to Know

SAS(R) 9.2 Language Reference by Name, Product, and Category

Informats Syntax Sorted Alphabetically

Name
Syntax and Description
$ASCII w.
Converts ASCII character data to native format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$BAS64Xw.
Converts ASCII text into character data by using Base 64 encoding.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$BINARY w.
Converts binary data to character data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$CB w.
Reads standard character data from column-binary files.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$CHARZB w.
Converts binary 0s to blanks.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$CHAR w.
Reads character data with blanks.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$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 National Language Support: 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 National Language Support: Reference Guide
$EBCDIC w.
Converts EBCDIC character data to native format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$HEX w.
Converts hexadecimal data to character data.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
$HEXw.
Converts hexadecimal data to character data.
Product: Base SAS
Document: SAS Companion for Windows
$HEX w.
Converts hexadecimal data to character data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$KANJIX w.
Adds shift-code data to DBCS data.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$KANJI w.
Removes shift code data from DBCS data.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$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 National Language Support: 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 National Language Support: Reference Guide
$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 Language Reference: Dictionary
$N8601E w.d
Reads ISO 8601 duration, datetime, and interval values that are specified in the extended notation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$OCTAL w.
Converts octal data to character data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$PHEX w.
Converts packed hexadecimal data to character data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$QUOTE w.
Removes matching quotation marks from character data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$REVERJ w.
Reads character data from right to left and preserves blanks.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$REVERS w.
Reads character data from right to left, and then left aligns the text.
Product: Base SAS
Document: SAS National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: Reference Guide
$UPCASE w.
Converts character data to uppercase.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$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 National Language Support: Reference Guide
$VARYING w. length-variable
Reads character data of varying length.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$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 National Language Support: 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 National Language Support: Reference Guide
$w.
Reads standard character data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
ANYDTDTE w.
Reads and extracts the date value from various date, time, and datetime forms.
Product: Base SAS
Document: SAS Language Reference: Dictionary
ANYDTDTMw.
Reads and extracts datetime values from various date, time, and datetime forms.
Product: Base SAS
Document: SAS Language Reference: Dictionary
ANYDTTMEw.
Reads and extracts time values from various date, time, and datetime forms.
Product: Base SAS
Document: SAS Language Reference: Dictionary
B8601DA w.
Reads date values that are specified in the ISO 8601 base notation yyyymmdd.
Product: Base SAS
Document: SAS Language Reference: Dictionary
B8601DN w.
Reads date values that are specified 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 Language Reference: Dictionary
B8601DT w.d
Reads datetime values that are specified in the ISO 8601 basic notation yyyymmddThhmmssffffff.
Product: Base SAS
Document: SAS Language Reference: Dictionary
B8601DZ w.d
Reads datetime values that are specified in the Coordinated Universal Time (UTC) time scale using ISO 8601 datetime basic notation yyyymmddThhmmss+|-hhmm or yyyymmddThhmmssffffffZ.
Product: Base SAS
Document: SAS Language Reference: Dictionary
B8601TM w.d
Reads time values that are specified in the ISO 8601 basic notation hhmmssffffff.
Product: Base SAS
Document: SAS Language Reference: Dictionary
B8601TZ w.d
Reads time values that are specified in the ISO 8601 basic time notation hhmmssfffff+|-hhmm or hhmmssffffffZ.
Product: Base SAS
Document: SAS Language Reference: Dictionary
BINARY w.d
Converts positive binary values to integers.
Product: Base SAS
Document: SAS Language Reference: Dictionary
BITS w.d
Extracts bits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
BZ w.d
Converts blanks to 0s.
Product: Base SAS
Document: SAS Language Reference: Dictionary
CB w.d
Reads standard numeric values from column-binary files.
Product: Base SAS
Document: SAS Language Reference: Dictionary
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 Language Reference: Dictionary
COMMA w.d
Removes embedded characters.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DATETIME w.
Reads datetime values in the form ddmmmyy hh:mm:ss.ss or ddmmmyyyy hh:mm:ss.ss.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DATE w.
Reads date values in the form ddmmmyy or ddmmmyyyy.
Product: Base SAS
Document: SAS Language Reference: Dictionary
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 Language Reference: Dictionary
E8601DA w.
Reads date values that are specified in the ISO 8601 extended notation yyyy-mm-dd.
Product: Base SAS
Document: SAS Language Reference: Dictionary
E8601DN w.
Reads date values that are specified in 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 Language Reference: Dictionary
E8601DT w.d
Reads datetime values that are specified in the ISO 8601 extended notation yyyy-mm-ddThh:mm:ss.ffffff.
Product: Base SAS
Document: SAS Language Reference: Dictionary
E8601DZ w.d
Reads datetime values that are specified in the Coordinated Universal Time (UTC) time scale using ISO 8601 datetime extended notation hh:mm:ss+|-hh:mm.fffff or hh:mm:ss.fffffZ.
Product: Base SAS
Document: SAS Language Reference: Dictionary
E8601LZ w.d
Reads Coordinated Universal Time (UTC) values that are specified in the ISO 8601 extended notation hh:mm:ss+|-hh:mm.fffff or hh:mm:ss.fffffZ and converts them to the local time.
Product: Base SAS
Document: SAS Language Reference: Dictionary
E8601TM w.d
Reads time values that are specified in the ISO 8601 extended notation hh:mm:ss.ffffff.
Product: Base SAS
Document: SAS Language Reference: Dictionary
E8601TZ w.d
Reads time values that are specified in the ISO 8601 extended time notation hh:mm:ss+|-hh:mm.ffffff or hh:mm:ssZ.
Product: Base SAS
Document: SAS Language Reference: Dictionary
EURDFDE w.
Reads international date values.
Product: Base SAS
Document: SAS National Language Support: 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 National Language Support: Reference Guide
EURDFMY w.
Reads month and year date values in the form mmmyy or mmmyyyy.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EUROX w.d
Reads numeric values and removes embedded characters in European currency.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURO w.d
Reads numeric values, removes embedded characters in European currency, and reverses the comma and decimal point.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
E w.d
Reads numeric values that are stored in scientific notation and double-precision scientific notation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
FLOAT w.d
Reads a native single-precision, floating-point value and divides it by 10 raised to the dth power.
Product: Base SAS
Document: SAS Language Reference: Dictionary
HEX w.
Converts hexadecimal positive binary values to integer (fixed-point) or real (floating-point) binary values.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
HEXw.
Converts hexadecimal positive binary values to fixed-point or floating-point binary values.
Product: Base SAS
Document: SAS Companion for Windows
HEX w.
Converts hexadecimal positive binary values to either integer (fixed-point) or real (floating-point) binary values.
Product: Base SAS
Document: SAS Language Reference: Dictionary
IBR w.d
Reads integer binary (fixed-point) values in Intel and DEC formats.
Product: Base SAS
Document: SAS Language Reference: Dictionary
IBw.d
Reads integer binary (fixed-point) values.
Product: Base SAS
Document: SAS Companion for Windows
IB w.d
Reads integer (fixed-point) binary values.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
IB w.d
Reads native integer binary (fixed-point) values, including negative values.
Product: Base SAS
Document: SAS Language Reference: Dictionary
IEEE w.d
Reads an IEEE floating-point value and divides it by 10 raised to the d th power.
Product: Base SAS
Document: SAS Language Reference: Dictionary
JDATEYMD w.
Reads Japanese kanji date values in the format yymmmdd or yyyymmmdd.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
JNENGO w.
Reads Japanese kanji date values in the form yymmdd.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
JULIAN w.
Reads Julian dates in the form yyddd or yyyyddd.
Product: Base SAS
Document: SAS Language Reference: Dictionary
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 Language Reference: Dictionary
MINGUO w.
Reads dates in Taiwanese format.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
MMDDYY w.
Reads date values in the form mmddyy or mmddyyyy.
Product: Base SAS
Document: SAS Language Reference: Dictionary
MONYY w.
Reads month and year date values in the form mmmyy or mmmyyyy.
Product: Base SAS
Document: SAS Language Reference: Dictionary
MSEC w.
Reads TIME MIC values.
Product: Base SAS
Document: SAS Language Reference: Dictionary
NENGO w.
Reads Japanese date values in the form eyymmdd.
Product: Base SAS
Document: SAS National Language Support: 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 National Language Support: 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 National Language Support: Reference Guide
NLMNIAED w.d
Reads the monetary format of the international expression for the United Arab Emirates.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIAUD w.d
Reads the monetary format of the international expression for Australia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIBGN w.d
Reads the monetary format of the international expression for Bulgaria.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIBRL w.d
Reads the monetary format of the international expression for Brazil.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNICAD w.d
Reads the monetary format of the international expression for Canada.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNICHF w.d
Reads the monetary format of the international expression for Liechtenstein and Switzerland.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNICNY w.d
Reads the monetary format of the international expression for China.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNICZK w.d
Reads the monetary format of the international expression for the Czech Republic.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIDKK w.d
Reads the monetary format of the international expression for Denmark, Faroe Island, and Greenland.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIEEK w.d
Reads the monetary format of the international expression for Estonia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIEGP w.d
Reads the monetary format of the international expression for Egypt.
Product: Base SAS
Document: SAS National Language Support: 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 National Language Support: Reference Guide
NLMNIGBP w.d
Reads the monetary format of the international expression for the United Kingdom.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIHKD w.d
Reads the monetary format of the international expression for Hong Kong.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIHRK w.d
Reads the monetary format of the international expression for Croatia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIHUF w.d
Reads the monetary format of the international expression for Hungary.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIIDR w.d
Reads the monetary format of the international expression for Indonesia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIILS w.d
Reads the monetary format of the international expression for Israel.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIINR w.d
Reads the monetary format of the international expression for India.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIJPY w.d
Reads the monetary format of the international expression for Japan.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIKRW w.d
Reads the monetary format of the international expression for South Korea.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNILTL w.d
Reads the monetary format of the international expression for Lithuania.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNILVL w.d
Reads the monetary format of the international expression for Latvia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIMOP w.d
Reads the monetary format of the international expression for Macau.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIMXN w.d
Reads the monetary format of the international expression for Mexico.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIMYR w.d
Reads the monetary format of the international expression for Malaysia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNINOK w.d
Reads the monetary format of the international expression for Norway.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNINZD w.d
Reads the monetary format of the international expression for New Zealand.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIPLN w.d
Reads the monetary format of the international expression for Poland.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIROL w.d
Reads the monetary format of the international expression for Romania.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIRUB w.d
Reads the monetary format of the international expression for Russia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNISEK w.d
Reads the monetary format of the international expression for Sweden.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNISGD w.d
Reads the monetary format of the international expression for Singapore.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNISIT w.d
Reads the monetary format of the international expression for Slovenia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNISKK w.d
Reads the monetary format of the international expression for Slovakia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNITHB w.d
Reads the monetary format of the international expression for Thailand.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNITRY w.d
Reads the monetary format of the international expression for Turkey.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNITWD w.d
Reads the monetary format of the international expression for Taiwan.
Product: Base SAS
Document: SAS National Language Support: 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 National Language Support: Reference Guide
NLMNIZAR w.d
Reads the monetary format of the international expression for South Africa.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLAED w.d
Reads the monetary format of the local expression for the United Arab Emirates.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLAUD w.d
Reads the monetary format of the local expression for Australia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLBGN w.d
Reads the monetary format of the local expression for Bulgaria.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLBRL w.d
Reads the monetary format of the local expression for Brazil.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLCAD w.d
Reads the monetary format of the local expression for Canada.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLCHF w.d
Reads the monetary format of the local expression for Liechtenstein and Switzerland.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLCNY w.d
Reads the monetary format of the local expression for China.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLCZK w.d
Reads the monetary format of the local expression for the Czech Republic.
Product: Base SAS
Document: SAS National Language Support: 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 National Language Support: Reference Guide
NLMNLEEK w.d
Reads the monetary format of the local expression for Estonia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLEGP w.d
Reads the monetary format of the local expression for Egypt.
Product: Base SAS
Document: SAS National Language Support: 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 National Language Support: Reference Guide
NLMNLGBP w.d
Reads the monetary format of the local expression for the United Kingdom.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLHKD w.d
Reads the monetary format of the local expression for Hong Kong.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLHRK w.d
Reads the monetary format of the local expression for Croatia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLHUF w.d
Reads the monetary format of the local expression for Hungary.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLIDR w.d
Reads the monetary format of the local expression for Indonesia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLILS w.d
Reads the monetary format of the local expression for Israel.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLINR w.d
Reads the monetary format of the local expression for India.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLJPY w.d
Reads the monetary format of the local expression for Japan.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLKRW w.d
Reads the monetary format of the local expression for South Korea.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLLTL w.d
Reads the monetary format of the local expression for Lithuania.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLLVL w.d
Reads the monetary format of the local expression for Latvia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLMOP w.d
Reads the monetary format of the local expression for Macau.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLMXN w.d
Reads the monetary format of the local expression for Mexico.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLMYR w.d
Reads the monetary format of the local expression for Malaysia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLNOK w.d
Reads the monetary format of the local expression for Norway.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLNZD w.d
Reads the monetary format of the local expression for New Zealand.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLPLN w.d
Reads the monetary format of the local expression for Poland.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLROL w.d
Reads the monetary format of the local expression for Romania.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLRUB w.d
Reads the monetary format of the local expression for Russia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLSEK w.d
Reads the monetary format of the local expression for Sweden.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLSGD w.d
Reads the monetary format of the local expression for Singapore.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLSIT w.d
Reads the monetary format of the local expression for Slovenia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLSKK w.d
Reads the monetary format of the local expression for Slovakia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLTHB w.d
Reads the monetary format of the local expression for Thailand.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLTRY w.d
Reads the monetary format of the local expression for Turkey.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLTWD w.d
Reads the monetary format of the local expression for Taiwan.
Product: Base SAS
Document: SAS National Language Support: 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 National Language Support: Reference Guide
NLMNLZAR w.d
Reads the monetary format of the local expression for South Africa.
Product: Base SAS
Document: SAS National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: 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 National Language Support: Reference Guide
NUMX w.d
Reads numeric values with a comma in place of the decimal point.
Product: Base SAS
Document: SAS Language Reference: Dictionary
OCTAL w.d
Converts positive octal values to integers.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PDJULG w.
Reads packed Julian date values in the hexadecimal form yyyydddF for IBM.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PDJULI w.
Reads packed Julian dates in the hexadecimal format ccyydddF for IBM.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PDTIME w.
Reads packed decimal time of SMF and RMF records.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PDw.d
Reads packed decimal data.
Product: Base SAS
Document: SAS Companion for Windows
PD w.d
Reads packed decimal values.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
PD w.d
Reads data that are stored in IBM packed decimal format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PERCENT w.d
Reads percentages as numeric values.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PIBR w.d
Reads positive integer binary (fixed-point) values in Intel and DEC formats.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PIB w.d
Reads positive integer (fixed-point) binary values.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
PIBw.d
Reads positive integer-binary (fixed-point) values.
Product: Base SAS
Document: SAS Companion for Windows
PIB w.d
Reads positive integer binary (fixed-point) values.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PK w.d
Reads unsigned packed decimal data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PUNCH .d
Reads whether a row of column-binary data is punched.
Product: Base SAS
Document: SAS Language Reference: Dictionary
RB w.d
Reads real (floating-point) binary values.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
RBw.d
Reads real-binary (floating-point) data.
Product: Base SAS
Document: SAS Companion for Windows
RB w.d
Reads numeric data that are stored in real binary (floating-point) notation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
RMFDUR w.
Reads duration intervals of RMF records.
Product: Base SAS
Document: SAS Language Reference: Dictionary
RMFSTAMP w.
Reads time and date fields of RMF records.
Product: Base SAS
Document: SAS Language Reference: Dictionary
ROW w.d
Reads a column-binary field down a card column.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FF w.d
Reads EBCDIC numeric data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FIBU w.d
Reads unsigned integer binary (fixed-point) values in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FIB w.d
Reads integer binary (fixed-point) values, including negative values, in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FPDU w.d
Reads unsigned packed decimal data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FPD w.d
Reads packed data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FPIB w.d
Reads positive integer binary (fixed-point) values in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FRB w.d
Reads real binary (floating-point) data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FZBD w.d
Reads zoned decimal data in which zeros have been left blank.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FZDL w.d
Reads zoned decimal leading-sign data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FZDS w.d
Reads zoned decimal separate leading-sign data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FZDT w.d
Reads zoned decimal separate trailing-sign data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FZDU w.d
Reads unsigned zoned decimal data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FZD w.d
Reads zoned decimal data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
SHRSTAMP w.
Reads date and time values of SHR records.
Product: Base SAS
Document: SAS Language Reference: Dictionary
SIZEKMG w.d
Reads numeric data that is appended to the letters K, M, or G.
Product: Base SAS
Document: SAS Language Reference: Dictionary
SMFSTAMP w.
Reads time and date values of SMF records.
Product: Base SAS
Document: SAS Language Reference: Dictionary
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 Language Reference: Dictionary
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 Language Reference: Dictionary
TODSTAMP w.
Reads an eight-byte time-of-day stamp.
Product: Base SAS
Document: SAS Language Reference: Dictionary
TRAILSGN w.
Reads a trailing plus (+) or minus (–) sign.
Product: Base SAS
Document: SAS Language Reference: Dictionary
TU w.
Reads timer units.
Product: Base SAS
Document: SAS Language Reference: Dictionary
VAXRB w.d
Reads real binary (floating-point) data in VMS format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
VMSTIME.
Converts an 8-byte binary value that is in OpenVMS date and time format to a SAS date-time value.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
VMSZN w.d
Reads VMS zoned numeric data.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
VMSZNw.d
Reads VMS and MicroFocus COBOL zoned numeric data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
WEEKU w.
Reads the format of the number-of-week value within the year and returns a SAS date value by using the U algorithm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
WEEKV w.
Reads the format of the number-of-week value within the year and returns a SAS date value using the V algorithm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
WEEKW w.
Reads the format of the number-of-week value within the year and returns a SAS date value using the W algorithm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YEN w.d
Removes embedded yen signs, commas, and decimal points.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
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 Language Reference: Dictionary
YYMMDD w.
Reads date values in the form yymmdd or yyyymmdd.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YYMMN w.
Reads date values in the form yyyymm or yymm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YYQ w.
Reads quarters of the year in the form yyQq or yyyyQq.
Product: Base SAS
Document: SAS Language Reference: Dictionary
ZDB w.d
Reads zoned decimal data in which zeros have been left blank.
Product: Base SAS
Document: SAS Language Reference: Dictionary
ZDV w.d
Reads and validates zoned decimal data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
ZD w.d
Reads zoned decimal data.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
ZDw.d
Reads zoned decimal data.
Product: Base SAS
Document: SAS Companion for Windows
ZD w.d
Reads zoned decimal data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
w.d
Reads standard numeric data.
Product: Base SAS
Document: SAS Language Reference: Dictionary