BookmarkSubscribeRSS Feed
Aman_chawla
Calcite | Level 5

I am creating a stored process to create questionnaire form on Sasweb application. Based on input file, I want to disable certain questions. So is there way to activate/deactivate certain prompts so that end user is unable to answer undesired questions?

1 REPLY 1
andreas_lds
Jade | Level 19

Difficult, if i understood what you try to do.

 

In a single process you can't read a file before the prompts are displayed, so you will need at least a second process (automatically called by the first one). The first process reads the file, the second process displays a self-created jsp-page with the questions to be answered by the user.

 

Good luck!

SAS Innovate 2025: Call for Content

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!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

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