У нас вы можете посмотреть бесплатно How to Build a Macro with Parameter Input in SAS ODA – Demonstration или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
*Note: I may be compensated, but you will not be charged, if you click on the links below. 💡 If you are a public health practitioner looking for a targeted program for enhancing your data science skills, please sign up to participate in my 30-minute market research interview so I can get your feedback: https://buff.ly/3UnLqmq In this video, Monika Wahi shows you how to facilitate parameter input in a macro in SAS OnDemand for Academics (ODA). GITHUB Access code and dataset here: https://buff.ly/3xxhcEB 💿 Need help importing the dataset? Watch this video: • How to Import a SAS Dataset into SAS ODA –... 📀 Don’t know how to set a macro variable in SAS? Watch this video: • How to Use a Macro Variable in SAS ODA – D... 💿Want more info on PROC FREQ? Watch: 📀 this video: • How to Run Frequencies in SAS ODA with PRO... and 💿 this video: • How to Run Frequencies Using WHERE Criteri... 📀 Want to see how we set up this macro WITHOUT parameter input? Watch this video: • Building a Simple Macro in SAS ODA – Demon... COURSE & BOOK 💿 Want to start using free, online SAS OnDemand for Academics – but don’t know how? Take Monika’s FREE online course, “Getting Started with SAS OnDemand for Academics (ODA): https://buff.ly/3CQVPxG 📀 Want to run a SAS data warehouse? Learn how by reading Monika’s book, “Mastering SAS Programming for Data Warehousing”: https://buff.ly/31Hz1mg WANT TO SUPPORT MONIKA ON SOCIAL MEDIA? ❤️Subscribe to Monika's YouTube channel: https://buff.ly/2W6ijuc 🧡Follow/connect with Monika on LinkedIn: / dethwench 💛Follow Monika on Twitter: / phexaminer 💚Try Monika’s courses on LinkedIn Learning: https://linkedin-learning.pxf.io/NKN0JO 💙Try Monika's boutique research methods and data science courses here: https://buff.ly/3zM243P Timestamps for easy navigation: 00:58 Description of code from a simple macro that did not take any parameter input from this video: • Building a Simple Macro in SAS ODA – Demon... 01:44 Explanation of demonstration dataset, BRFSS, and the variable in it. 02:09 “Simple” macro from previous video had _STATE = 12 hardcoded, so you always had to run it for Florida. 02:17 Walking through revised macro code that allows the _STATE value to be changed each time you run the macro 02:50 When declaring the macro, you have to add code to define the variable, and you now skip the %LET statement 03:32 Running the revised macro code to put it in SAS memory 04:00 Difference when launching the revised macro. When the macro calls for parameter input, you have to set the values of the macro variables when you launch it. 04:43 Launching revised macro and reviewing output 05:10 Changing the value of the parameter and rerunning the code to verify the parameterized macro works How to Build a Macro with Parameter Input in SAS ODA – Demonstration