SAS/ACCESS Interface to Greenplum |
SAS/ACCESS Interface to Greenplum passes the following SAS functions to Greenplum for processing. Where the Greenplum function name differs from the SAS function name, the Greenplum 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
COS
COUNT
DAY (DATEPART)
EXP
FLOOR
HOUR (DATEPART)
INDEX (STRPOS)
LENGTH
LOG (LN)
LOG10 (LOG)
LOWCASE (LOWER)
MAX
MIN
MINUTE (DATEPART)
MOD
MONTH (DATEPART)
QTR (DATEPART)
REPEAT
SECOND (DATEPART)
SIGN
SIN
SQRT
STRIP (BTRIM)
SUBSTR (SUBSTRING)
SUM
TAN
TRANWRD (REPLACE)
TRIMN (RTRIM)
UPCASE (UPPER)
WEEKDAY (DATEPART)
YEAR (DATEPART)
SQL_FUNCTIONS=ALL enables 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 Greenplum. Due to incompatibility in date and time functions between Greenplum and SAS, Greenplum might not process them correctly. Check your results to determine whether these functions are working as expected. See SQL_FUNCTIONS= LIBNAME Option.
COMPRESS (REPLACE)
DATE (NOW)
DATEPART (CONVERT)
DATETIME (NOW)
SOUNDEX
TIME
TIMEPART (TIME)
TODAY (NOW)
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.