Hi,
Is there a way through which I can create users on SAS console through a script/code using a csv.
So i have list of around 500 users in an excel, and the task is to create the list of users for them to access SAS studio. Being a rookie on SAS, i just know one way to add users i.e. adding manually through SASMC and doing it for all 500 users.
I found this macro %MDUIMPC for importing users (http://support.sas.com/documentation/cdl/en/bisecag/63082/HTML/default/viewer.htm#p03uv2agudmy9cn1kn...) in SAS. As i understand this method creates tables in SAS environment which can then be used for creating users.
As of now I am stuck on the part where its asking to import a csv version of users.
Here I wanted to understand if there is any specific format required for the csv of users.
Alternately, if anyone knows any other way the please share.
Thanks,
Anuj