The course teaches you how to develop custom steps to create a user interface to dynamically customize SAS code that can then be shared, reused, and executed in SAS Studio.
Learn How To
Create custom steps and use them in SAS Studio flows.Design custom step interfaces.Implement dynamic user interfaces, including prompt hierarchies, that prompt users to enter control values.Establish dependencies to control the visual interface and the program execution.
Who Should Attend
SAS Studio Analyst users who want to create a point-and-click interface to dynamically execute custom SAS code
Prerequisites
A basic understanding of how to create and run flows in SAS Studio is recommended. The Managing and Querying Data Using Flows in SAS Studio course can help you build this foundational knowledge. To get the most out of this course, you should also have a working knowledge of SAS programming and the SAS macro language. We recommend completing the SAS Programming 1: Essentials and SAS Macro Language 1: Essentials courses in order to gain the necessary background.
SAS Products Covered
SAS Viya;SAS Studio Analyst
Course Outline
Exploring Custom Steps Working with Custom Steps
Creating a simple custom step. Working with input and output tables.Providing interactive column selections.Enhancing Custom Steps Setting values conditionally.Using prompt hierarchies.Creating dependencies.