In SAS Studio, which file type allows developers to create reusable programs with a graphical form interface for end users without requiring them to write code?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — c is correct because SAS Studio Custom Steps (.step files) allow developers to create reusable procedures with graphical input controls (prompts) so end users can configure and run complex SAS programs without writing code. A (.sas files) are standard programs without a built-in GUI.
Full explanation below image
Full Explanation
C is correct because SAS Studio Custom Steps (.step files) allow developers to create reusable procedures with graphical input controls (prompts) so end users can configure and run complex SAS programs without writing code. A (.sas files) are standard programs without a built-in GUI. B and D are not standard SAS Studio file types for this purpose.