|
|
|
|
|
ANYALNUM Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for an alphanumeric character, and returns the first position
at which the character is found.
|
|
|
|
ANYALPHA Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for an alphabetic character, and returns the first position
at which the character is found.
|
|
|
|
ANYCNTRL Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a control character, and returns the first position at
which that character is found.
|
|
|
|
ANYDIGIT Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a digit, and returns the first position at which the digit
is found.
|
|
|
|
ANYFIRST Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a character that is valid as the first character in a SAS
variable name under VALIDVARNAME=V7, and returns the first position
at which that character is found.
|
|
|
|
ANYGRAPH Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a graphical character, and returns the first position at
which that character is found.
|
|
|
|
ANYLOWER Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a lowercase letter, and returns the first position at which
the letter is found.
|
|
|
|
ANYNAME Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a character that is valid in a SAS variable name under
VALIDVARNAME=V7, and returns the first position at which that character
is found.
|
|
|
|
ANYPRINT Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a printable character, and returns the first position at
which that character is found.
|
|
|
|
ANYPUNCT Function in SAS Functions and CALL Routines: Reference |
searches a character
string for a punctuation character, and returns the first position
at which that character is found.
|
|
|
|
ANYSPACE Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a white-space character (blank, horizontal and vertical
tab, carriage return, line feed, and form feed). Returns the first
position at which that character is found.
|
|
|
|
ANYUPPER Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for an uppercase letter, and returns the first position at
which the letter is found.
|
|
|
|
ANYXDIGIT Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a hexadecimal character that represents a digit, and returns
the first position at which that character is found.
|
|
|
|
BYTE Function in SAS Functions and CALL Routines: Reference |
Returns one character
in the ASCII or the EBCDIC collating sequence.
|
|
|
|
CAT Function in SAS Functions and CALL Routines: Reference |
Does not remove leading
or trailing blanks, and returns a concatenated character string.
|
|
|
|
CATS Function in SAS Functions and CALL Routines: Reference |
Removes leading and
trailing blanks, and returns a concatenated character string.
|
|
|
|
CATT Function in SAS Functions and CALL Routines: Reference |
Removes trailing blanks,
and returns a concatenated character string.
|
|
|
|
CATX Function in SAS Functions and CALL Routines: Reference |
Removes leading and
trailing blanks, inserts delimiters, and returns a character string.
|
|
|
|
CHOOSEC Function in SAS Functions and CALL Routines: Reference |
Returns a character
value that represents the results of choosing from a list of arguments.
|
|
|
|
CHOOSEN Function in SAS Functions and CALL Routines: Reference |
Returns a numeric value
that represents the results of choosing from a list of arguments.
|
|
|
|
COALESCEC Function in SAS Functions and CALL Routines: Reference |
Returns the first nonmissing
value from a list of numeric arguments.
|
|
|
|
COALESCEC Function in SAS Functions and CALL Routines: Reference |
Returns a character
string in ASCII or EBCDIC collating sequence.
|
|
|
|
COMPARE Function in SAS Functions and CALL Routines: Reference |
Returns the position
of the leftmost character by which two strings differ, or returns
0 if there is no difference.
|
|
|
|
COMPARE Function in SAS Functions and CALL Routines: Reference |
Removes multiple blanks
from a character string.
|
|
|
|
COMPGED Function in SAS Functions and CALL Routines: Reference |
Returns the generalized
edit distance between two strings.
|
|
|
|
COMPLEV Function in SAS Functions and CALL Routines: Reference |
Returns the Levenshtein
edit distance between two strings.
|
|
|
|
COMPRESS Function in SAS Functions and CALL Routines: Reference |
Returns a character
string with specified characters removed from the original string.
|
|
|
|
COUNT Function in SAS Functions and CALL Routines: Reference |
Counts the number of
times that a specified substring appears within a character string.
|
|
|
|
COUNTC Function in SAS Functions and CALL Routines: Reference |
Counts the number of
characters in a string that appear or do not appear in a list of characters.
|
|
|
|
DEQUOTE Function in SAS Functions and CALL Routines: Reference |
Removes matching quotation
marks from a character string that begins with a quotation mark, and
deletes all characters to the right of the closing quotation mark.
|
|
|
|
FIND Function in SAS Functions and CALL Routines: Reference |
Searches for a specific
substring of characters within a character string.
|
|
|
|
FINDC Function in SAS Functions and CALL Routines: Reference |
Searches a string for
any character in a list of characters.
|
|
|
|
HTMLDECODE Function in SAS Functions and CALL Routines: Reference |
Decodes a string that
contains HTML numeric character references or HTML character entity
references, and returns the decoded string.
|
|
|
|
HTMLENCODE Function in SAS Functions and CALL Routines: Reference |
Encodes characters using
HTML character entity references, and returns the encoded string.
|
|
|
|
IFC Function in SAS Functions and CALL Routines: Reference |
Returns a character
value based on whether an expression is true, false, or missing.
|
|
|
|
IFN Function in SAS Functions and CALL Routines: Reference |
Returns a numeric value
based on whether an expression is true, false, or missing.
|
|
|
|
INDEX Function in SAS Functions and CALL Routines: Reference |
Searches a character
expression for a string of characters, and returns the position of
the string's first character for the first occurrence of the string.
|
|
|
|
INDEXC Function in SAS Functions and CALL Routines: Reference |
Searches a character
expression for any of the specified characters, and returns the position
of that character.
|
|
|
|
INDEXW Function in SAS Functions and CALL Routines: Reference |
Searches a character
expression for a string that is specified as a word, and returns the
position of the first character in the word.
|
|
|
|
KCOMPARE Function |
Returns the result of
a comparison of character expressions.
|
|
|
|
KCOMPRESS Function |
Removes specified characters
from a character expression.
|
|
|
|
KCOUNT Function |
Returns the number of
double-byte characters in an expression.
|
|
|
|
KCVT Function |
Converts data from one
type of encoding data to another encoding data.
|
|
|
|
KINDEX Function |
Searches a character
expression for a string of characters.
|
|
|
|
KINDEXC Function |
Searches a character
expression for specified characters.
|
|
|
|
KLEFT Function |
Left-aligns a character
expression by removing unnecessary leading DBCS blanks and SO-SI.
|
|
|
|
KLENGTH Function |
Returns the length of
an argument.
|
|
|
|
KLOWCASE Function |
Converts all letters
in an argument to lowercase.
|
|
|
|
KREVERSE Function |
Reverses a character
expression.
|
|
|
|
KRIGHT Function |
Right-aligns a character
expression by trimming trailing DBCS blanks and SO-SI.
|
|
|
|
KSCAN Function |
Selects a specified
word from a character expression.
|
|
|
|
KSTRCAT Function |
Concatenates two or
more character expressions.
|
|
|
|
KSUBSTR Function |
Extracts a substring
from an argument.
|
|
|
|
KSUBSTRB Function |
Extracts a substring
from an argument according to the byte position of the substring in
the argument.
|
|
|
|
KTRANSLATE Function |
Replaces specific characters
in a character expression.
|
|
|
|
KTRIM Function |
Removes trailing DBCS
blanks and SO-SI from character expressions.
|
|
|
|
KTRUNCATE Function |
Truncates a numeric
value to a specified length.
|
|
|
|
KUPCASE Function |
Converts all letters
in an argument to uppercase.
|
|
|
|
KUPDATE Function |
Inserts, deletes, and
replaces character value contents.
|
|
|
|
KUPDATEB Function |
Inserts, deletes, and
replaces the contents of the character value according to the byte
position of the character value in the argument.
|
|
|
|
KVERIFY Function |
Returns the position
of the first character that is unique to an expression.
|
|
|
|
LEFT Function in SAS Functions and CALL Routines: Reference |
Left-aligns a character
string.
|
|
|
|
LENGTH Function in SAS Functions and CALL Routines: Reference |
Returns the length of
a non-blank character string, excluding trailing blanks, and returns
1 for a blank character string.
|
|
|
|
LENGTHC Function in SAS Functions and CALL Routines: Reference |
Returns the length of
a character string, including trailing blanks.
|
|
|
|
LENGTHM Function in SAS Functions and CALL Routines: Reference |
Returns the amount of
memory (in bytes) that is allocated for a character string.
|
|
|
|
LENGTHN Function in SAS Functions and CALL Routines: Reference |
Returns the length of
a character string, excluding trailing blanks.
|
|
|
|
LOWCASE Function in SAS Functions and CALL Routines: Reference |
Converts all letters
in an argument to lowercase.
|
|
|
|
MISSING Function in SAS Functions and CALL Routines: Reference |
Returns a numeric result
that indicates whether the argument contains a missing value.
|
|
|
|
NLITERAL Function in SAS Functions and CALL Routines: Reference |
Converts a character
string that you specify to a SAS name literal.
|
|
|
|
NOTALNUM Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a non-alphanumeric character, and returns the first position
at which the character is found.
|
|
|
|
NOTALPHA Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a nonalphabetic character, and returns the first position
at which the character is found.
|
|
|
|
NOTCNTRL Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a character that is not a control character, and returns
the first position at which that character is found.
|
|
|
|
NOTDIGIT Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for any character that is not a digit, and returns the first
position at which that character is found.
|
|
|
|
NOTFIRST Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for an invalid first character in a SAS variable name under
VALIDVARNAME=V7, and returns the first position at which that character
is found.
|
|
|
|
NOTGRAPH Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a non-graphical character, and returns the first position
at which that character is found.
|
|
|
|
NOTLOWER Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a character that is not a lowercase letter, and returns
the first position at which that character is found.
|
|
|
|
NOTNAME Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for an invalid character in a SAS variable name under VALIDVARNAME=V7,
and returns the first position at which that character is found.
|
|
|
|
NOTPRINT Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a nonprintable character, and returns the first position
at which that character is found.
|
|
|
|
NOTPUNCT Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a character that is not a punctuation character, and returns
the first position at which that character is found.
|
|
|
|
NOTSPACE Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a character that is not a white-space character (blank,
horizontal and vertical tab, carriage return, line feed, and form
feed), and returns the first position at which that character is found.
|
|
|
|
NOTUPPER Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a character that is not an uppercase letter, and returns
the first position at which that character is found.
|
|
|
|
NOTXDIGIT Function in SAS Functions and CALL Routines: Reference |
Searches a character
string for a character that is not a hexadecimal character, and returns
the first position at which that character is found.
|
|
|
|
NVALID Function in SAS Functions and CALL Routines: Reference |
Checks the validity
of a character string for use as a SAS variable name.
|
|
|
|
PROPCASE Function in SAS Functions and CALL Routines: Reference |
Converts all words in
an argument to proper case.
|
|
|
|
QUOTE Function in SAS Functions and CALL Routines: Reference |
Adds double quotation
marks to a character value.
|
|
|
|
RANK Function in SAS Functions and CALL Routines: Reference |
Returns the position
of a character in the ASCII or EBCDIC collating sequence.
|
|
|
|
REPEAT Function in SAS Functions and CALL Routines: Reference |
Returns a character
value that consists of the first argument repeated n+1 times.
|
|
|
|
REVERSE Function in SAS Functions and CALL Routines: Reference |
Reverses a character
string.
|
|
|
|
RIGHT Function in SAS Functions and CALL Routines: Reference |
Right-aligns a character
expression.
|
|
|
|
SCAN Function in SAS Functions and CALL Routines: Reference |
Returns the nth word
from a character string.
|
|
|
|
SOUNDEX Function in SAS Functions and CALL Routines: Reference |
Encodes a string to
facilitate searching.
|
|
|
|
SPEDIS Function in SAS Functions and CALL Routines: Reference |
Determines the likelihood
of two words matching, expressed as the asymmetric spelling distance
between the two words.
|
|
|
|
STRIP Function in SAS Functions and CALL Routines: Reference |
Returns a character
string with all leading and trailing blanks removed.
|
|
|
|
SUBPAD Function in SAS Functions and CALL Routines: Reference |
Returns a substring
that has a length that you specify, using blank padding if necessary.
|
|
|
|
SUBSTR (left of =) Function in SAS Functions and CALL Routines: Reference |
Extracts a substring
from an argument.
|
|
|
|
SUBSTRN Function in SAS Functions and CALL Routines: Reference |
Returns a substring,
allowing a result with a length of zero.
|
|
|
|
TRANSLATE Function in SAS Functions and CALL Routines: Reference |
Replaces specific characters
in a character string.
|
|
|
|
|
Transcodes data by using
the specified translation table.
|
|
|
|
TRANWRD Function in SAS Functions and CALL Routines: Reference |
Replaces or removes
all occurrences of a substring in a character string.
|
|
|
|
TRIM Function in SAS Functions and CALL Routines: Reference |
Removes trailing blanks
from a character string, and returns one blank if the string is missing.
|
|
|
|
TRIMN Function in SAS Functions and CALL Routines: Reference |
Removes trailing blanks
from character expressions, and returns a string with a length of
zero if the expression is missing.
|
|
|
|
UPCASE Function in SAS Functions and CALL Routines: Reference |
Converts all letters
in an argument to uppercase.
|
|
|
|
URLDECODE Function in SAS Functions and CALL Routines: Reference |
Returns a string that
was decoded using the URL escape syntax.
|
|
|
|
URLENCODE Function in SAS Functions and CALL Routines: Reference |
Returns a string that
was encoded using the URL escape syntax.
|
|
|
|
VERIFY Function in SAS Functions and CALL Routines: Reference |
Returns the position
of the first character in a string that is not in any of several other
strings.
|
|
|
|