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 MAX
ARCOS (ACOS) MIN
ARSIN (ASIN) MINUTE
ATAN MOD
ATAN2 MONTH
AVG QTR
BYTE (CHAR) REPEAT
CEIL(CEILING) SECOND
COALESCE SIGN
COMPRESS (REPLACE) SIN
COS SINH
COSH SQRT
COUNT STRIP (TRIM)
DAY SUBSTR
EXP SUM
FLOOR TAN
HOUR TANH
INDEX (LOCATE) TRANWRD (REPLACE)
LEFT(LTRIM) TRIMN (RTRIM)
LOG UPCASE (UPPER)
LOG10 WEEKDAY (DAYOFWEEK)
LOWCASE (LOWER) YEAR
SQL_FUNCTIONS=ALL allows for SAS functions that have slightly different behavior from corresponding database functions that are passed down to the database. (See SQL_FUNCTIONS=.) 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) ROUND
DATEPART (CAST) TIME (CURRENT_TIME)
DATETIME (CURRENT_TIMESTAMP) TIMEPART (CAST)
LENGTH TODAY (CURRENT_DATE)