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!

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

Explore Now →
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
  • 1262 views
  • 0 likes
  • 2 in conversation