set by the user in the
DB2Cli.ini file (see Locking in the DB2 under UNIX and PC Hosts Interface)
|
|
libname mydblib db2 noprompt="dsn=userdsn;uid=testuser;pwd=testpass;"; proc print data=mydblib.customers; where state='CA'; run;