SAS Institute. The Power to Know

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

Formats Syntax Sorted Alphabetically

Name
Syntax and Description
$ASCII w.
Converts native format character data to ASCII representation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$BAS64Xw.
Converts character data into ASCII text by using Base 64 encoding.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$BIDI w.
Converts between a logically ordered string and a visually ordered string, by reversing the order of Hebrew and Arabic characters while preserving the order of Latin words and numbers.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$BINARY w.
Converts character data to binary representation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$CHAR w.
Writes standard character data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$CPTDW w.
Processes a character string that is in Hebrew text, encoded in IBM-PC (cp862), and then writes the character string in Windows Hebrew encoding (cp 1255).
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$CPTWD w.
Processes a character string that is encoded in Windows (cp1255), and then writes the character string in Hebrew DOS (cp862) encoding.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$EBCDIC w.
Converts native format character data to EBCDIC representation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$HEX w.
Converts character values to hexadecimal values.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
$HEXw.
Converts character values to hexadecimal values.
Product: Base SAS
Document: SAS Companion for Windows
$HEX w.
Converts character data to hexadecimal representation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$KANJIX w.
Removes shift-code data from DBCS data.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$KANJI w.
Adds shift-code data to DBCS data.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$LOGVSR w.
Processes a character string that is in right-to-left-logical order, and then writes the character string in visual order.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$LOGVS w.
Processes a character string that is in left-to-right-logical order, and then writes the character string in visual order.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$MSGCASE w.
Writes character data in uppercase when the MSGCASE system option is in effect.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$N8601BA w.d
Writes ISO 8601 duration, datetime, and interval forms using the basic notations PyyyymmddThhmmss and yyyymmddThhmmss.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$N8601B w.d
Writes ISO 8601 duration, datetime, and interval forms using the basic notations PnYnMnDTnHnMnS and yyyymmddThhmmss.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$N8601EA w.d
Writes ISO 8601 duration, datetime, and interval forms using the extended notations Pyyyy-mm-ddThh:mm:ss and yyyy-mm-ddThh:mm:ss.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$N8601EH w.d
Writes ISO 8601 duration, datetime, and interval forms using the extended notations Pyyyy-mm-ddThh:mm:ss and yyyy-mm-ddThh:mm:ss, using a hyphen ( - ) for omitted components.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$N8601X w.d
Writes ISO 8601 duration, datetime, and interval forms using the extended notations Pyyyy-mm-ddThh:mm:ss and yyyy-mm-ddThh:mm:ss, using an x for digit of an omitted component.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$N8601E w.d
Writes ISO 8601 duration, datetime, and interval forms using the extended notations PnYnMnDTnHnMnS and yyyy-mm-ddThh:mm:ss.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$N8601H w.d
Writes ISO 8601 duration, datetime, and interval forms PnYnMnDTnHnMnS and yyyy-mm-ddThh:mm:ss, dropping omitted components in duration values and using a hyphen ( - ) for omitted components in datetime values.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$N8601X w.d
Writes ISO 8601 duration, datetime, and interval forms PnYnMnDTnHnMnS and yyyy-mm-ddThh:mm:ss, dropping omitted components in duration values and using an x for each digit of an omitted component in datetime values.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$OCTAL w.
Converts character data to octal representation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$QUOTE w.
Writes data values that are enclosed in double quotation marks.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$REVERJ w.
Writes character data in reverse order and preserves blanks.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$REVERS w.
Writes character data in reverse order and left aligns
Product: Base SAS
Document: SAS Language Reference: Dictionary
$UCS2BE w.
Processes a character string that is in big-endian, 16-bit, UCS2, Unicode encoding, and then writes the character string in the encoding of the current SAS session.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UCS2B w.
Processes a character string that is in the encoding of the current SAS session, and then writes the character string in big-endian, 16-bit, UCS2, Unicode encoding.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UCS2LE w.
Processes a character string that is in little-endian, 16-bit, UCS2, Unicode encoding, and then writes the character string in the encoding of the current SAS session.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UCS2L w.
Processes a character string that is in the encoding of the current SAS session, and then writes the character string in little-endian, 16-bit, UCS2, Unicode encoding.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UCS2XE w.
Processes a character string that is in native-endian, 16-bit, UCS2, Unicode encoding, and then writes the character string in the encoding of the current SAS session.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UCS2X w.
Processes a character string that is in the encoding of the current SAS session, and then writes the character string in native-endian, 16-bit, UCS2, Unicode encoding.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UCS4BE w.
Processes a character string that is in big-endian, 32-bit, UCS4, Unicode encoding, and then writes the character string in the encoding of the current SAS session.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UCS4B w.
Processes a character string that is in the encoding of the current SAS session, and then writes the character string in big-endian, 32-bit, UCS4, Unicode encoding.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UCS4LE w.
Processes a character string that is in little-endian, 32-bit, UCS4, Unicode encoding, and then writes the character string in the encoding of the current SAS session.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UCS4L w.
Processes a character string that is in the encoding of the current SAS session, and then writes the character string in little-endian, 32-bit, UCS4, Unicode encoding.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UCS4XE w.
Processes a character string that is in native-endian, 32-bit, UCS4, Unicode encoding, and then writes the character string in the encoding of the current SAS session.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UCS4X w.
Processes a character string that is in the encoding of the current SAS session, and then writes the character string in native-endian, 32-bit, UCS4, Unicode encoding.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UESCE w.
Processes a character string that is in Unicode escape (UESC) representation, and then writes the character string in the encoding of the current SAS session.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UESC w.
Processes a character string that is encoded in the current SAS session, and then writes the character string in Unicode escape (UESC) representation.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UNCRE w.
Processes a character string that is in numeric character representation (NCR), and then writes the character string in the encoding of the current SAS session.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UNCR w.
Processes a character string that is encoded in the current SAS session, and then writes the character string in numeric character representation (NCR).
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UPARENE w.
Processes a character string that is in Unicode parenthesis (UPAREN), and then writes the character string in the encoding of the current SAS session.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$UPAREN w.
Processes a character string that is encoded in the current SAS session, and then writes the character string in Unicode parenthesis (UPAREN) representation.
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.
Processes a character string that is in the encoding of the current SAS session, and then writes the character string in universal transformation format (UTF-8) encoding.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$VARYING w. length-variable
Writes character data of varying length.
Product: Base SAS
Document: SAS Language Reference: Dictionary
$VSLOGR w.
Processes a character string that is in visual order, and then writes the character string in right-to-left logical order.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$VSLOG w.
Processes a character string that is in visual order, and then writes the character string in left-to-right logical order.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
$w.
Writes standard character data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
B8601DA w.
Writes date values using the IOS 8601 base notation yyyymmdd.
Product: Base SAS
Document: SAS Language Reference: Dictionary
B8601DN w.
Writes the date from a datetime value using the ISO 8601 basic notation yyyymmdd.
Product: Base SAS
Document: SAS Language Reference: Dictionary
B8601DT w.d
Writes datetime values in the ISO 8601 basic notation yyyymmddThhmmssffffff.
Product: Base SAS
Document: SAS Language Reference: Dictionary
B8601DZ w.
Writes datetime values in the Coordinated Universal Time (UTC) time scale using ISO 8601 datetime and time zone basic notation yyyymmddThhmmss+|-hhmm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
B8601LZ w.
Writes time values as local time by appending a time zone offset difference between the local time and UTC, using the ISO 8601 basic time notation hhmmss+|-hhmm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
B8601TM w.d
Writes time values using the ISO 8601 basic notation hhmmssffff.
Product: Base SAS
Document: SAS Language Reference: Dictionary
B8601TZ w.
Adjusts time values to the Coordinated Universal Time (UTC) and writes them using the ISO 8601 basic time notation hhmmss+|-hhmm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
BESTDw.p
Prints numeric values, lining up decimal places for values of similar magnitude, and prints integers without decimals.
Product: Base SAS
Document: SAS Language Reference: Dictionary
BEST w.
SAS chooses the best notation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
BINARY w.
Converts numeric values to binary representation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
COMMAX w.d
Writes numeric values with a period that separates every three digits and a comma that separates the decimal fraction.
Product: Base SAS
Document: SAS Language Reference: Dictionary
COMMA w.d
Writes numeric values with a comma that separates every three digits and a period that separates the decimal fraction.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DATEAMPM w.d
Writes datetime values in the form ddmmmyy:hh:mm:ss.ss with AM or PM.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DATETIME w.d
Writes datetime values in the form ddmmmyy:hh:mm:ss.ss.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DATE w.
Writes date values in the form ddmmmyy, ddmmmyyyy, or dd-mmm-yyyy.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DAY w.
Writes date values as the day of the month.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DDMMYY w.
Writes date values in the form ddmm<yy>yy or dd/mm/<yy>yy, where a forward slash is the separator and the year appears as either 2 or 4 digits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DDMMYY xw.
Writes date values in the form ddmm<yy>yy or dd-mm-yy<yy>, where the x in the format name is a character that represents the special character that separates the day, month, and year, which can be a hyphen (-), period (.), blank character, slash (/), colon (:), or no separator; the year can be either 2 or 4 digits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DOLLARX w.d
Writes numeric values with a leading dollar sign, a period that separates every three digits, and a comma that separates the decimal fraction.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DOLLAR w.d
Writes numeric values with a leading dollar sign, a comma that separates every three digits, and a period that separates the decimal fraction.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DOWNAME w.
Writes date values as the name of the day of the week.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DTDATE w.
Expects a datetime value as input and writes date values in the form ddmmmyy or ddmmmyyyy.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DTMONYY w.
Writes the date part of a datetime value as the month and year in the form mmmyy or mmmyyyy.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DTWKDATX w.
Writes the date part of a datetime value as the day of the week and the date in the form day-of-week, dd month-name yy (or yyyy).
Product: Base SAS
Document: SAS Language Reference: Dictionary
DTYEAR w.
Writes the date part of a datetime value as the year in the form yy or yyyy.
Product: Base SAS
Document: SAS Language Reference: Dictionary
DTYYQC w.
Writes the date part of a datetime value as the year and the quarter and separates them with a colon (:).
Product: Base SAS
Document: SAS Language Reference: Dictionary
D w.p
Prints numeric values, possibly with a great range of values, lining up decimal places for values of similar magnitude.
Product: Base SAS
Document: SAS Language Reference: Dictionary
E8601DA w.
Writes date values using the ISO 8601 extended notation yyyy-mm-dd.
Product: Base SAS
Document: SAS Language Reference: Dictionary
E8601DN w.
Writes the date from a SAS datetime value using the ISO 8601 extended notation yyyy-mm-dd.
Product: Base SAS
Document: SAS Language Reference: Dictionary
E8601DT w.d
Writes datetime values in the ISO 8601 extended notation yyyy-mm-ddThh:mm:ss.ffffff.
Product: Base SAS
Document: SAS Language Reference: Dictionary
E8601DZ w.
Writes datetime values in the Coordinated Universal Time (UTC) time scale using ISO 8601 datetime and time zone extended notations yyyy-mm-ddThh:mm:ss+|-hh:mm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
E8601LZ w.
Writes time values as local time, appending the Coordinated Universal Time (UTC) offset for the local SAS session, using the ISO 8601 extended time notation hh:mm:ss+|-hh:mm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
E8601TM w.d
Writes time values using the ISO 8601 extended notation hh:mm:ss.ffffff.
Product: Base SAS
Document: SAS Language Reference: Dictionary
E8601TZ w.d
Adjusts time values to the Coordinated Universal Time (UTC) and writes them using the ISO 8601 extended notation hh:mm:ss+|-hh:mm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
EURDFDD w.
Writes international date values in the form dd.mm.yy or dd.mm.yyyy.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURDFDE w.
Writes international date values in the form ddmmmyy or ddmmmyyyy.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURDFDN w.
Writes international date values as the day of the week.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURDFDT w.d
Writes 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
EURDFDWN w.
Writes international date values as the name of the day.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURDFMN w.
Writes international date values as the name of the month.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURDFMY w.
Writes international date values in the form mmmyy or mmmyyyy.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURDFWDX w.
Writes international date values as the name of the month, the day, and the year in the form dd month-name yy (or yyyy).
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURDFWKX w.
Writes international date values as the name of the day and date in the form day-of-week, dd month-name yy (or yyyy).
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRATS w.d
Converts an amount from Austrian schillings to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRBEF w.d
Converts an amount from Belgian francs to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRCHF w.d
Converts an amount from Swiss francs to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRCZK w.d
Converts an amount from Czech koruny to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRDEM w.d
Converts an amount from Deutsche marks to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRDKK w.d
Converts an amount from Danish kroner to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRESP w.d
Converts an amount from Spanish pesetas to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRFIM w.d
Converts an amount from Finnish markkaa to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRFRF w.d
Converts an amount from French francs to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRGBP w.d
Converts an amount from British pounds to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRGRD w.d
Converts an amount from Greek drachmas to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRHUF w.d
Converts an amount from Hungarian forints to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRIEP w.d
Converts an amount from Irish pounds to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRITL w.d
Converts an amount from Italian lire to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRLUF w.d
Converts an amount from Luxembourg francs to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRNLG w.d
Converts an amount from Dutch guilders to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRNOK w.d
Converts an amount from Norwegian krone to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRPLZ w.d
Converts an amount from Polish zlotys to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRPTE w.d
Converts an amount from Portuguese escudos to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRROL w.d
Converts an amount from Romanian lei to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRRUR w.d
Converts an amount from Russian rubles to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRSEK w.d
Converts an amount from Swedish kronor to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRSIT w.d
Converts an amount from Slovenian tolars to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRTRL w.d
Converts an amount from Turkish liras to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURFRYUD w.d
Converts an amount from Yugoslavian dinars to euros.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EUROX w.d
Writes numeric values with a leading euro symbol (E), a period that separates every three digits, and a comma that separates the decimal fraction.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURO w.d
Writes numeric values with a leading euro symbol (E), a comma that separates every three digits, and a period that separates the decimal fraction.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOATS w.d
Converts an amount from euros to Austrian schillings.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOBEF w.d
Converts an amount from euros to Belgian francs.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOCHF w.d
Converts an amount from euros to Swiss francs.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOCZK w.d
Converts an amount from euros to Czech koruny.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTODEM w.d
Converts an amount from euros to Deutsche marks.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTODKK w.d
Converts an amount from euros to Danish kroner.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOESP w.d
Converts an amount from euros to Spanish pesetas.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOFIM w.d
Converts an amount from euros to Finnish markkaa.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOFRF w.d
Converts an amount from euros to French francs.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOGBP w.d
Converts an amount from euros to British pounds.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOGRD w.d
Converts an amount from euros to Greek drachmas.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOHUF w.d
Converts an amount from euros to Hungarian forints.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOIEP w.d
Converts an amount from euros to Irish pounds.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOITL w.d
Converts an amount from euros to Italian lire.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOLUF w.d
Converts an amount from euros to Luxembourg francs.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTONLG w.d
Converts an amount from euros to Dutch guilders.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTONOK w.d
Converts an amount from euros to Norwegian krone.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOPLZ w.d
Converts an amount from euros to Polish zlotys.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOPTE w.d
Converts an amount from euros to Portuguese escudos.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOROL w.d
Converts an amount from euros to Romanian lei.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTORUR w.d
Converts an amount from euros to Russian rubles.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOSEK w.d
Converts an amount from euros to Swedish kronor.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOSIT w.d
Converts an amount from euros to Slovenian tolars.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOTRL w.d
Converts an amount from euros to Turkish liras.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
EURTOYUD w.d
Converts an amount from euros to Yugoslavian dinars.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
E w.
Writes numeric values in scientific notation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
FLOAT w.d
Generates a native single-precision, floating-point value by multiplying a number by 10 raised to the dth power.
Product: Base SAS
Document: SAS Language Reference: Dictionary
FORMAT=CHARACTER | BINARY
Sets the file format of the metacode file produced by the SAS-supplied part of the Metagraphics device driver.
Product: SAS/GRAPH
Document: SAS/GRAPH Reference
FRACT w.
Converts numeric values to fractions.
Product: Base SAS
Document: SAS Language Reference: Dictionary
HDATE w.
Writes date values in the form yyyy mmmmm dd where dd is the day-of-the-month, mmmmm represents the month's name in Hebrew, and yyyy is the year.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
HEBDATE w.
Writes date values according to the Jewish calendar.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
HEX w.
Converts real-binary (floating-point) values to hexadecimal values.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
HEXw.
Converts real binary (floating-point) values to hexadecimal values.
Product: Base SAS
Document: SAS Companion for Windows
HEX w.
Converts real binary (floating-point) values to hexadecimal representation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
HHMM w.d
Writes time values as hours and minutes in the form hh:mm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
HOUR w.d
Writes time values as hours and decimal fractions of hours.
Product: Base SAS
Document: SAS Language Reference: Dictionary
IBR w.d
Writes integer binary (fixed-point) values in Intel and DEC formats.
Product: Base SAS
Document: SAS Language Reference: Dictionary
IB w.d
Writes numbers in integer binary (fixed-point) format.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
IBw.d
Writes values in integer binary (fixed-point) format.
Product: Base SAS
Document: SAS Companion for Windows
IB w.d
Writes native integer binary (fixed-point) values, including negative values.
Product: Base SAS
Document: SAS Language Reference: Dictionary
IEEE w.d
Generates an IEEE floating-point value by multiplying a number by 10 raised to the dth power.
Product: Base SAS
Document: SAS Language Reference: Dictionary
JULDAY w.
Writes date values as the Julian day of the year.
Product: Base SAS
Document: SAS Language Reference: Dictionary
JULIAN w.
Writes date values as Julian dates in the form yyddd or yyyyddd.
Product: Base SAS
Document: SAS Language Reference: Dictionary
MDYAMPM w.
Writes datetime values in the form mm/dd/yy<yy> hh:mm AM|PM. The year can be either two or four digits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
MINGUO w.
Writes date values as Taiwanese dates in the form yyyymmdd.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
MMDDYY w.
Writes date values in the form mmdd<yy>yy or mm/dd/<yy>yy, where a forward slash is the separator and the year appears as either 2 or 4 digits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
MMDDYY xw.
Writes date values in the form mmdd<yy>yy or mm-dd-<yy>yy, where the x in the format name is a character that represents the special character which separates the month, day, and year. The special character can be a hyphen (-), period (.), blank character, slash (/), colon (:), or no separator; the year can be either 2 or 4 digits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
MMSS w.d
Writes time values as the number of minutes and seconds since midnight.
Product: Base SAS
Document: SAS Language Reference: Dictionary
MMYY w.
Writes date values in the form mmM<yy>yy, where M is the separator and the year appears as either 2 or 4 digits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
MMYY xw.
Writes date values in the form mm<yy>yy or mm-<yy>yy, where the x in the format name is a character that represents the special character that separates the month and the year, which can be a hyphen (-), period (.), blank character, slash (/), colon (:), or no separator; the year can be either 2 or 4 digits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
MONNAME w.
Writes date values as the name of the month.
Product: Base SAS
Document: SAS Language Reference: Dictionary
MONTH w.
Writes date values as the month of the year.
Product: Base SAS
Document: SAS Language Reference: Dictionary
MONYY w.
Writes date values as the month and the year in the form mmmyy or mmmyyyy.
Product: Base SAS
Document: SAS Language Reference: Dictionary
NEGPAREN w.d
Writes negative numeric values in parentheses.
Product: Base SAS
Document: SAS Language Reference: Dictionary
NENGO w.
Writes date values as Japanese dates in the form e.yymmdd.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLBEST w.
Writes the best numerical notation based on the locale.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATEMD w.
Converts the SAS date value to the date value of the specified locale, and then writes the value as the name of the month and the day of the month.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATEMN w.
Converts a SAS date value to the date value of the specified locale, and then writes the value as the name of the month.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATEWN w.
Converts the SAS date value to the date value of the specified locale, and then writes the date value as the day of the week.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATEW w.
Converts a SAS date value to the date value of the specified locale, and then writes the value as the date and the day of the week.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATEYM w.
Converts the SAS date value to the date value of the specified locale, and then writes the date value as the year and the name of the month.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATEYQ w.
Converts the SAS date value to the date value of the specified locale, and then writes the date value as the year and the quarter.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATEYR w.
Converts the SAS date value to the date value of the specified locale, and then writes the date value as the year.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATEYW w.
Converts the SAS date value to the date value of the specified locale, and then writes the date value as the year and the week.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATE w.
Converts a SAS date value to the date value of the specified locale, and then writes the date value as a date.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATMAP w.
Converts a SAS datetime value to the datetime value of the specified locale, and then writes the value as a datetime with a.m. or p.m.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATMDT w.
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.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATMMD w.
Converts the SAS datetime value to the datetime value of the specified locale, and then writes the value as the name of the month and the day of the month.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATMMN w.
Converts the SAS datetime value to the datetime value of the specified locale, and then writes the value as the name of the month.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATMTM w.
Converts the time portion of a SAS datetime value to the time-of-day value of the specified locale, and then writes the value as a time of day.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATMWN w.
Converts a SAS datetime value to the datetime value of the specified locale, and then writes the value as the day of the week.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATMW w.
Converts SAS datetime values to the locale sensitive datetime string as the day of the week and the datetime.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATMYM w.
Converts the SAS datetime value to the datetime value of the specified locale, and then writes the value as the year and the name of the month.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATMYQ w.
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.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATMYR w.
Converts the SAS datetime value to the datetime value of the specified locale, and then writes the value as the year.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATMYW w.
Converts the SAS datetime value to the datetime value of the specified locale, and then writes the value as the year and the name of the week.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLDATM w.
Converts a SAS datetime value to the datetime value of the specified locale, and then writes the value as a datetime.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIAED w.d
Writes 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
Writes the monetary format of the international expression for Australia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIBGN w.d
Writes the monetary format of the international expression for Bulgaria.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIBRL w.d
Writes the monetary format of the international expression for Brazil.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNICAD w.d
Writes the monetary format of the international expression for Canada.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNICHF w.d
Writes the monetary format of the international expression for Liechtenstein and Switzerland.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNICNY w.d
Writes the monetary format of the international expression for China.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNICZK w.d
Writes the monetary format of the international expression for the Czech Republic.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIDKK w.d
Writes the monetary format of the local expression for Denmark, Faroe Island, and Greenland.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIEEK w.d
Writes the monetary format of the international expression for Estonia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIEGP w.d
Writes the monetary format of the international expression for Egypt.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIEUR w.d
Writes the monetary format of the international expression for 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
Writes the monetary format of the international expression for the United Kingdom.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIHKD w.d
Writes the monetary format of the international expression for Hong Kong.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIHRK w.d
Writes the monetary format of the international expression for Croatia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIHUF w.d
Writes the monetary format of the international expression for Hungary.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIIDR w.d
Writes the monetary format of the international expression for Indonesia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIILS w.d
Writes the monetary format of the international expression for Israel.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIINR w.d
Writes the monetary format of the international expression for India.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIJPY w.d
Writes the monetary format of the international expression for Japan.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIKRW w.d
Writes the monetary format of the international expression for South Korea.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNILTL w.d
Writes the monetary format of the international expression for Lithuania.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNILVL w.d
Writes the monetary format of the international expression for Latvia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIMOP w.d
Writes the monetary format of the international expression for Macau.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIMXN w.d
Writes the monetary format of the international expression for Mexico.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIMYR w.d
Writes the monetary format of the international expression for Malaysia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNINOK w.d
Writes the monetary format of the international expression for Norway.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNINZD w.d
Writes the monetary format of the international expression for New Zealand.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIPLN w.d
Writes the monetary format of the international expression for Poland.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIROL w.d
Writes the monetary format of the international expression for Romania.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIRUB w.d
Writes the monetary format of the international expression for Russia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNISEK w.d
Writes the monetary format of the international expression for Sweden.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNISGD w.d
Writes the monetary format of the international expression for Singapore.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNISIT w.d
Writes the monetary format of the international expression for Slovenia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNISKK w.d
Writes the monetary format of the international expression for Slovakia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNITHB w.d
Writes the monetary format of the international expression for Thailand.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNITRY w.d
Writes the monetary format of the international expression for Turkey.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNITWD w.d
Writes the monetary format of the international expression for Taiwan.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNIUSD w.d
Writes 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
Writes the monetary format of the international expression for South Africa.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLAED w.d
Writes 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
Writes the monetary format of the local expression for Australia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLBGN w.d
Writes the monetary format of the local expression for Bulgaria.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLBRL w.d
Writes the monetary format of the local expression for Brazil.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLCAD w.d
Writes the monetary format of the local expression for Canada.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLCHF w.d
Writes the monetary format of the local expression for Liechtenstein and Switzerland.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLCNY w.d
Writes the monetary format of the local expression for China.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLCZK w.d
Writes the monetary format of the local expression for the Czech Republic.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLDKK w.d
Writes the monetary format of the local expression for Denmark, Faroe Island, and Greenland.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLEEK w.d
Writes the monetary format of the local expression for Estonia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLEGP w.d
Writes the monetary format of the local expression for Egypt.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLEUR w.d
Writes 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
Writes the monetary format of the local expression for the United Kingdom.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLHKD w.d
Writes the monetary format of the local expression for Hong Kong.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLHRK w.d
Writes the monetary format of the local expression for Croatia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLHUF w.d
Writes the monetary format of the local expression for Hungary.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLIDR w.d
Writes the monetary format of the local expression for Indonesia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLILS w.d
Writes the monetary format of the local expression for Israel.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLINR w.d
Writes the monetary format of the local expression for India.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLJPY w.d
Writes the monetary format of the local expression for Japan.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLKRW w.d
Writes the monetary format of the local expression for South Korea.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLLTL w.d
Writes the monetary format of the local expression for Lithuania.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLLVL w.d
Writes the monetary format of the local expression for Latvia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLMOP w.d
Writes the monetary format of the local expression for Macau.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLMXN w.d
Writes the monetary format of the local expression for Mexico.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLMYR w.d
Writes the monetary format of the local expression for Malaysia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLNOK w.d
Writes the monetary format of the local expression for Norway.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLNZD w.d
Writes the monetary format of the local expression for New Zealand.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLPLN w.d
Writes the monetary format of the local expression for Poland.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLROL w.d
Writes the monetary format of the local expression for Romania.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLRUB w.d
Writes the monetary format of the local expression for Russia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLSEK w.d
Writes the monetary format of the local expression for Sweden.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLSGD w.d
Writes the monetary format of the local expression for Singapore.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLSIT w.d
Writes the monetary format of the local expression for Slovenia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLSKK w.d
Writes the monetary format of the local expression for Slovakia.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLTHB w.d
Writes the monetary format of the local expression for Thailand.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLTRY w.d
Writes the monetary format of the local expression for Turkey.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLTWD w.d
Writes the monetary format of the local expression for Taiwan.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNLUSD w.d
Writes 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
Writes the monetary format of the local expression for South Africa.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNYI w.d
Writes the monetary format of the international expression in the specified locale.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLMNY w.d
Writes the monetary format of the local expression in the specified locale using local currency.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLNUMI w.d
Writes the numeric format of the international expression in the specified locale.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLNUM w.d
Writes the numeric format of the local expression in the specified locale.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLPCTI w.d
Writes percentage data of the international expression in the specified locale.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLPCTN w.d
Produces percentages, using a minus sign for negative values.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLPCTP w.d
Writes locale-specific numeric values as percentages.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLPCT w.d
Writes percentage data of the local expression in the specified locale.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLPVALUE w.d
Writes p-values of the local expression in the specified locale.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLSTRMON w.d
Writes a numeric value as a day-of-the-month in the specified locale.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLSTRQTR w.d
Writes a numeric value as the quarter-of-the-year in the specified locale.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLSTRWK w.d
Writes a numeric value as the day-of-the-week in the specified locale.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLTIMAP w.
Converts a SAS time value to the time value of a specified locale, and then writes the value as a time value with a.m. or p.m.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NLTIME w.
Converts a SAS time value to the time value of the specified locale, and then writes the value as a time value.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
NUMX w.d
Writes numeric values with a comma in place of the decimal point.
Product: Base SAS
Document: SAS Language Reference: Dictionary
OCTAL w.
Converts numeric values to octal representation.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PDJULG w.
Writes packed Julian date values in the hexadecimal format yyyydddF for IBM.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PDJULI w.
Writes packed Julian date values in the hexadecimal format ccyydddF for IBM.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PD w.d
Writes values in packed decimal format.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
PDw.d
Writes values in packed decimal data.
Product: Base SAS
Document: SAS Companion for Windows
PD w.d
Writes data in packed decimal format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PERCENTN w.d
Produces percentages, using a minus sign for negative values.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PERCENT w.d
Writes numeric values as percentages.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PIBR w.d
Writes positive integer binary (fixed-point) values in Intel and DEC formats.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PIB w.d
Writes positive integer-binary fixed-point values.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
PIBw.d
Writes values in positive integer-binary (fixed-point) format.
Product: Base SAS
Document: SAS Companion for Windows
PIB w.d
Writes positive integer binary (fixed-point) values.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PK w.d
Writes data in unsigned packed decimal format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
PVALUE w.d
Writes p-values.
Product: Base SAS
Document: SAS Language Reference: Dictionary
QTRR w.
Writes date values as the quarter of the year in Roman numerals.
Product: Base SAS
Document: SAS Language Reference: Dictionary
QTR w.
Writes date values as the quarter of the year.
Product: Base SAS
Document: SAS Language Reference: Dictionary
RB w.d
Writes numeric data in real-binary (floating-point) representation.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
RBw.d
Writes values real-binary (floating-point) format.
Product: Base SAS
Document: SAS Companion for Windows
RB w.d
Writes real binary data (floating-point) in real binary format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
ROMAN w.
Writes numeric values as roman numerals.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FF w.d
Writes native standard numeric data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FIBU w.d
Writes unsigned integer binary (fixed-point) values in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FIB w.d
Writes integer binary (fixed-point) values, including negative values, in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FPDU w.d
Writes unsigned packed decimal data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FPD w.d
Writes packed decimal data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FPIB w.d
Writes positive integer binary (fixed-point) values in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FRB w.d
Writes real binary (floating-point) data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FZDL w.d
Writes zoned decimal leading–sign data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FZDS w.d
Writes zoned decimal separate leading-sign data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FZDT w.d
Writes zoned decimal separate trailing-sign data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FZDU w.d
Writes unsigned zoned decimal data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
S370FZD w.d
Writes zoned decimal data in IBM mainframe format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
SIZEKB w.d
Writes a numeric value in the form nKB for kilobytes.
Product: Base SAS
Document: SAS Language Reference: Dictionary
SIZEKMG w.d
Writes a numeric value in the form nKB for kilobytes, nMB for megabytes, or nGB for gigabytes.
Product: Base SAS
Document: SAS Language Reference: Dictionary
SIZEK w.d
Writes a numeric value in the form nK for kilobytes.
Product: Base SAS
Document: SAS Language Reference: Dictionary
SSN w.
Writes Social Security numbers.
Product: Base SAS
Document: SAS Language Reference: Dictionary
TIMEAMPM w.d
Writes time values as hours, minutes, and seconds in the form hh:mm:ss.ss with AM or PM.
Product: Base SAS
Document: SAS Language Reference: Dictionary
TIME w.d
Writes time values as hours, minutes, and seconds in the form hh:mm:ss.ss.
Product: Base SAS
Document: SAS Language Reference: Dictionary
TOD w.d
Writes SAS time values and the time portion of SAS datetime values in the form hh:mm:ss.ss.
Product: Base SAS
Document: SAS Language Reference: Dictionary
UIC w.
Converts a SAS numeric value to an OpenVMS UIC string.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
VAXRB w.d
Writes real binary (floating-point) data in VMS format.
Product: Base SAS
Document: SAS Language Reference: Dictionary
VMSMSG w.
Writes numeric values as character strings that contain the equivalent OpenVMS message.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
VMSTIMEF.
Converts a SAS date-time value to an 8-byte binary value in OpenVMS date and time format.
Product: Base SAS
Document: SAS Companion for OpenVMS on HP Integrity Servers
VMSZNw.d
Generates VMS and MicroFocus COBOL zoned numeric data.
Product: Base SAS
Document: SAS Language Reference: Dictionary
WEEKDATE w.
Writes date values as the day of the week and the date in the form day-of-week, month-name dd, yy (or yyyy).
Product: Base SAS
Document: SAS Language Reference: Dictionary
WEEKDATX w.
Writes date values as the day of the week and date in the form day-of-week, dd month-name yy (or yyyy).
Product: Base SAS
Document: SAS Language Reference: Dictionary
WEEKDAY w.
Writes date values as the day of the week.
Product: Base SAS
Document: SAS Language Reference: Dictionary
WEEKU w.
Writes a week number in decimal format by using the U algorithm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
WEEKU w.
Writes a week number in decimal format by using the U algorithm.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
WEEKV w.
Writes a week number in decimal format by using the V algorithm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
WEEKV w.
Writes a week number in decimal format by using the V algorithm.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
WEEKW w.
Writes a week number in decimal format by using the W algorithm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
WEEKW w.
Writes a week number in decimal format by using the W algorithm.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
WORDDATE w.
Writes date values as the name of the month, the day, and the year in the form month-name dd, yyyy.
Product: Base SAS
Document: SAS Language Reference: Dictionary
WORDDATX w.
Writes date values as the day, the name of the month, and the year in the form dd month-name yyyy.
Product: Base SAS
Document: SAS Language Reference: Dictionary
WORDF w.
Writes numeric values as words with fractions that are shown numerically.
Product: Base SAS
Document: SAS Language Reference: Dictionary
WORDS w.
Writes numeric values as words.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YEAR w.
Writes date values as the year.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YEN w.d
Writes numeric values with yen signs, commas, and decimal points.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
YYMMDD w.
Writes date values in the form yymmdd or <yy>yy-mm-dd, where a dash is the separator and the year appears as either 2 or 4 digits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YYMMDD xw.
Writes date values in the form yymmdd or <yy>yy-mm-dd, where the x in the format name is a character that represents the special character which separates the year, month, and day. The special character can be a hyphen (-), period (.), blank character, slash (/), colon (:), or no separator; the year can be either 2 or 4 digits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YYMM w.
Writes date values in the form <yy>yyMmm, where M is a character separator to indicate that the month number follows the M and the year appears as either 2 or 4 digits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YYMM xw.
Writes date values in the form <yy>yymm or <yy>yy-mm, where the x in the format name is a character that represents the special character that separates the year and the month, which can be a hyphen (-), period (.), blank character, slash (/), colon (:), or no separator; the year can be either 2 or 4 digits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YYMON w.
Writes date values in the form yymmm or yyyymmm.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YYQR w.
Writes date values in the form <yy>yyQqr, where Q is the separator, the year appears as either 2 or 4 digits, and qr is the quarter of the year expressed in roman numerals.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YYQR xw.
Writes date values in the form <yy>yy qr or <yy>yy-qr, where the x in the format name is a character that represents the special character that separates the year and the quarter or the year, which can be a hyphen (-), period (.), blank character, slash (/), colon (:), or no separator; the year can be either 2 or 4 digits and qr is the quarter of the year expressed in roman numerals.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YYQ w.
Writes date values in the form <yy>yyQq, where Q is the separator, the year appears as either 2 or 4 digits, and q is the quarter of the year.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YYQ xw.
Writes date values in the form <yy>yyq or <yy>yy-q, where the x in the format name is a character that represents the special character that separates the year and the quarter or the year, which can be a hyphen (-), period (.), blank character, slash (/), colon (:), or no separator; the year can be either 2 or 4 digits.
Product: Base SAS
Document: SAS Language Reference: Dictionary
YYWEEKU w.
Writes a week number in decimal format by using the U algorithm, excluding day-of-the-week information.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
YYWEEKV w.
Writes a week number in decimal format by using the V algorithm, excluding day-of-the-week information.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
YYWEEKW w.
Writes a week number in decimal format by using the W algorithm, excluding the day-of-week information.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
ZDw.d
Writes zoned decimal data.
Product: Base SAS
Document: SAS Companion for Windows
ZD w.d
Writes numeric data in zoned decimal format .
Product: Base SAS
Document: SAS Language Reference: Dictionary
Z w.d
Writes standard numeric data with leading 0s.
Product: Base SAS
Document: SAS Language Reference: Dictionary
w.d
Writes standard numeric data one digit per byte.
Product: Base SAS
Document: SAS Language Reference: Dictionary