Hi @gwootton ,
I have already edited sasenv_local file as mentioned in the article .
Do I need to install ODBC driver separately ?
PFB below content of it .
# This file is sourced by the sasenv script in !SASROOT/bin
############################################################################
export ODBCHOME=/sas/grid/software/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/
export ODBCINI=/sas/grid/software/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/Driver/odbc.ini
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/sas/grid/software/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/Driver/:/usr/lib/oracle/12.2/client64/lib/:/usr/odbc/lib/
export TNS_ADMIN=/usr/lib/oracle/12.2
umask 0007
############################################################################
# End of sasenv_local
############################################################################