Hello,
I currently use an abbreviation macro to insert my connection string when writing a new program. Recently, my company turned on validation, so I now need to enter a user id and password when creating the data connection.
I modified the abbreviation macro to include the necessary references:
proc sql outobs=;
connect to db2 (database='ACTDM5' user=&_CLIENTUSERID password=&User_Password);
The User_Password variable comes from a prompt I created using the Prompt Manager.
Is there a way to automatically associate the prompt when creating a new program? If so, how would I do this?
Thanks for your help.
-Frank
I'd like to create a macro (or series of macros) that:
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.