BookmarkSubscribeRSS Feed
ncsthbell
Quartz | Level 8

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?

1 REPLY 1
Quentin
PROC Star

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.

Check out the Boston Area SAS Users Group (BASUG) video archives: https://www.basug.org/videos.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

How to Concatenate Values

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 728 views
  • 0 likes
  • 2 in conversation