Hi, I'm testing the Saspy here, but in order to connect to a dataset from SAS I need to provide a password, since this is a protected dataset. DATA dataset; SET database.table (PW='****') RUN; How can I provide this password in saspy, is there any method for this?
... View more