Hi Team, I want to connect to sas from python . I have installed saspy package and updated the sascfg_personal.txt file and usually i use to login sas using sas studio(i dont have any sas software in my local machine) and i have username and password .In this file i have updated sas_config_options . Now i am using editor Jupyter notebook and i need to connect to sas from python . I have given the below commands import saspy sas=saspy.SASsession(cfgname='SASApp') when ever i use to run the above command i am getting the below error as :please enter the OMR user id
... View more