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
You should have a basic knowledge of creating and running SAS Studio flows. The following resources can provide the necessary information: the Building SAS Studio Flows in SAS Viya course and the
Getting Started with SAS Studio on SAS Viya tutorial. To be completely successful in this course, an understanding of SAS programming and the SAS macro language is required. You can gain the necessary SAS programming knowledge by completing the SAS Programming 1: Essentials and SAS Macro Language 1: Essentials courses.
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.