In this example, SERVER=,
DATABASE=, USER=, and PASSWORD= are connection options.
libname mydblib neoview server=ndcs1 schema=USR user=neo1 password=neopwd1;
In the next example,
DSN=, USER=, and PASSWORD= are connection options.
libname mydblib neoview DSN=TDM_Default_DataSource user=neo1 password=neopwd1;