Search notes:

SAS programming: functions

SAS functions can be executed from within a macro with %sysfunc.

Some functions

attrn and attrc
byte
catx
constant
datetime
dcreate
dequote
dhms
dropnote
fclose
fcol
fget
fdelete
fexist
fileexist
finfo
fnote
fopen
foptnum
fpoint
fput
fread
frewind
fsep
fwrite
getoption
input
lengthc
mdy and dhms
missing
mod
nmiss
pathname
put and putn
prxchange
prxmatch
quote
rand
rename
repeat
substr
symget
sysget
system
time
tranwrd to replace substrings within a string with another string.
vname
vtype

See also

SAS programming: call routines
SAS Programming Language

Index