Previous Page | Next Page

SAS/ACCESS Interface to HP Neoview

Passing SAS Functions to HP Neoview

SAS/ACCESS Interface to HP Neoview passes the following SAS functions to HP Neoview for processing. Where the HP Neoview function name differs from the SAS function name, the HP Neoview name appears in parentheses. For more information, see Passing Functions to the DBMS Using PROC SQL.

ABS FLOOR SIGN
ARCOS (ACOS) HOUR SIN
ARSIN (ASIN) INDEX (LOCATE) SINH
ATAN LEFT(LTRIM) SQRT
ATAN2 LOG STRIP (TRIM)
AVG LOG10 SUBSTR
BYTE (CHAR) LOWCASE (LOWER) SUM
CEIL(CEILING) MAX TAN
COALESCE MIN TANH
COMPRESS (REPLACE) MINUTE TRANWRD (REPLACE)
COS( MOD TRIMN (RTRIM)
COSH MONTH UPCASE (UPPER)
COUNT QTR WEEKDAY (DAYOFWEEK)
DAY REPEAT YEAR
EXP SECOND

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 HP Neoview. Due to incompatibility in date and time functions between HP Neoview and SAS, HP Neoview might not process them correctly. Check your results to determine whether these functions are working as expected.

DATE (CURRENT_DATE) LENGTH TIMEPART (CAST)
DATEPART (CAST) ROUND TODAY (CURRENT_DATE)
DATETIME (CURRENT_TIMESTAMP) TIME (CURRENT_TIME)

Previous Page | Next Page | Top of Page