Hi,
I'm having an issue with dynamic prompts performing look ups on tables.
Libname and tables are assigned via a library and users can access the data from sas programs. Library is pre-assigned.
Issue comes up with dynamic prompts on the same tables. Users can open SP. No message in EG but fields are not populated. The prompt GUI comes up with the following message in SMC
Unable to find physical table
I have checked relevant permissions on:
- stored process
- reference tables and libraries
Any help is appreciated.
Thx,
R
When we pre-assign libraries in SMC we also add AssignMode = 2 under the Extended Attirbutes tab of the library properties. This ensures that any tables in that library will show in the server list or enable use in code etc without being registered. Suggest you try this with your problem.
Thanks SASKiwi.
I figured it out. Turns out it was a permissions issue on a Metadata folder.
R
Yep that's another common problem...good to hear it's fixed.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.