SAS/ACCESS Interface to Aster nCluster |
SAS/ACCESS Interface to Aster nCluster passes the following SAS functions to Aster nCluster for processing. Where the Aster nCluster function name differs from the SAS function name, the Aster nCluster name appears in parentheses. For more information, see Passing Functions to the DBMS Using PROC SQL.
ABS
ARCOS (ACOS)
ARSIN (ASIN)
ATAN
ATAN2
AVG
BYTE (chr)
CEIL (ceiling)
COALESCE
COS
COUNT
DAY (date_part)
EXP
FLOOR
HOUR (date_part)
INDEX (strpos)
LOG (ln)
LOG10 (log)
LOWCASE (lower)
MAX
MIN
MINUTE (date_part)
MOD
MONTH (date_part)
QTR (date_part)
REPEAT
SIGN
SIN
SQRT
STRIP (btrim)
SUBSTR (substring
SUM
TAN
TRANWRD (replace)
TRIMN (rtrim)
UPCASE (upper)
YEAR (date_part)
SQL_FUNCTIONS= ALL allows for SAS functions that have slightly different behavior from corresponding database functions that are passed down to the database. Only when SQL_FUNCTIONS=ALL can the SAS/ACCESS engine also pass these SAS SQL functions to Aster nCluster. Due to incompatibility in date and time functions between Aster nCluster and SAS, Aster nCluster might not process them correctly. Check your results to determine whether these functions are working as expected. For more information, see SQL_FUNCTIONS= LIBNAME Option.
COMPRESS (replace)
DATE (now::date)
DATEPART (cast)
DATETIME (now)
LENGTH
ROUND
TIME (now::time)
TIMEPART (cast)
TODAY (now::date)
TRANSLATE
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.