RC (see Locking in the Sybase IQ Interface)
|
|
RC (see Locking in the Sybase IQ Interface)
|
|
libname mydblib sybaseiq host=iqsvr1 server=iqsrv1_users db=users user=iqusr1 password=iqpwd1; proc print data=mydblib.customers; where state='CA'; run;
libname mydblib sybaseiq DSN=SybaseIQSQL user=iqusr1 password=iqpwd1; proc print data=mydblib.customers; where state='CA'; run;