I am creating a stored process from progam code. I originally had some variables defined using '%LET' that were for testing purposes. These have been commented out in my code (p_fromdate, p_todate) and are still showing up in the list of prompts available from the SAS code. I also have a new prompt that is not showing up in the list. Can you tell me how to get the new prompt to show up in the list of prompts from my code?
Hi,
Not sure if there is an easy answer. I would suggest just entering the prompts yourself, rather than having SAS search your code to guess at what might be prompts (which is what I think of from the 'prompt from SAS code' button). It's not surprising to me that global macro variables that are commented out might still be seen by the 'prompt generator' routine, because it might not know enough about the SAS language to recognize all the different kinds of comments. I think it's easier just to make a list for yourself (perhaps in a header comment block), defining all the prompts your code expects, and then use that list to create the prompts.
HTH,
--Q.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.