Can we create prompts in SAS 9.4 as we do in SAS enetrprise guide
SAS 9.4 is a version, while SAS EG is a tool to access SAS.
SAS EG can use SAS 9.4.
Are you referring to SAS Studio? Or Base SAS?
I am refering to base SAS . I need to create prompts in SAS 9.4 tool
SAS 9.4 doesn't have prompts the same way EG does. You can look at %Windows for Base SAS. There is a multitude of papers on lexjansen.com with sample code.
Hey,
you can use %window macro to interact with the user, through the window prompt.
you can see below paper for more example.
http://www2.sas.com/proceedings/sugi27/p192-27.pdf
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.