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:
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.