sessionProp

listSessOpts

Description

Displays the session options and their current values. This action is useful for inspecting the configuration and environment of the current CAS session.

sessionProp.listSessOpts;

Examples

This example shows how to list all the available session options and their current values.

SAS® / CAS Code Code awaiting community validation
Copied!
1PROC CAS;
2sessionProp.listSessOpts;
3RUN;
Result :
The action returns a result table that lists all session options. The table includes columns for the option name, its current value, type, and a description of the option.

FAQ

What is the purpose of the listSessOpts action in the Session Properties action set?
Does the listSessOpts action require any parameters?