SAS/ACCESS Interface to Netezza passes the following
SAS functions to Netezza for processing. Where the Netezza function
name differs from the SAS function name, the Netezza name appears
in parentheses.
For more information,
see Passing Functions to the DBMS Using PROC SQL.
ABS |
LOG10 (log) |
ARCOS (ACOS) |
LOWCASE (lower) |
ARSIN (ASIN) |
MAX |
ATAN |
MIN |
ATAN2 |
MINUTE (date_part) |
AVG |
MOD |
BAND (int4and) |
MONTH (date_part) |
BNOT (int4not) |
QTR (date_part) |
BLSHIFT (int4shl) |
REPEAT |
BRSHIFT (int4shr) |
SECOND (date_part) |
BOR (int4or) |
SIGN |
BXOR (int4xor) |
SIN |
BYTE (chr) |
SOUNDEX |
CEIL |
SQRT |
COALESCE |
STRIP (btrim) |
COMPRESS (translate) |
SUBSTR |
COS |
SUM |
COUNT |
TAN |
DAY (date_part) |
TRANWRD (translate) |
EXP |
TRIMN (rtrim) |
FLOOR |
UPCASE (upper) |
HOUR (date_part) |
WEEK[<SAS date val>, V'] (date part) |
INDEX (position) |
YEAR (date_part) |
LOG (ln) |
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 Netezza. Due to incompatibility
in date and time functions between Netezza and SAS, Netezza might
not process them correctly. Check your results to determine whether
these functions are working as expected.
DATE (current_date) |
TIMEPART (cast) |
DATEPART (cast) |
TODAY (current_date) |
DATETIME (now) |
TRANSLATE |
LENGTH |
WEEK[<SAS date val>] (date part) |
ROUND |
WEEK[<SAS date val>, 'U'] (date part) |
TIME (current_time) |
WEEK[<SAS date val>, 'W'] (date part) |