Search Results

442 résultats trouvés Page 17 / 45
FAQ
Voir

How does the 'newSessions' parameter work?

When 'newSessions' is set to TRUE, it specifies that the logging level change will apply not only to the current session but also to any new sessions that are created. Its default value is FALSE.

FAQ
Voir

What is the CASL syntax for enabling action metrics?

session.metrics / on=TRUE;

Code SAS
Voir

Sans titre

Activation of the ODS graphics system for the SAS session.

Code SAS
Voir

CAS Joins with Deep Learning and Search Analytics

This SAS script initializes a CAS session and performs data joins using the dlJoin actions from the Deep Learning action set and searchJoin from the Search Analytics action set, based on the sashelp.baseball table.

Code SAS
Voir

Parallel Execution of CAS Regressions with SAS/CONNECT

This script uses SAS/CONNECT to establish and manage two distinct remote SAS sessions. It then asynchronously submits tasks to the Cloud Analytic Services (CAS) engine in each session, running simple linear regressions in parallel. Regression results are saved and retrieved before closing the ses...

Code SAS
Voir

Dynamic SAS Environment Configuration

This macro dynamically configures SAS session options, including search paths for autocall macros (sasautos) and format libraries (fmtsearch), based on the current user.

Code SAS
Voir

Display Options Configuration

Configures global SAS session options for output formatting.

Code SAS
Voir

SAS Viya CAS Environment Information

This SAS Viya script provides detailed information about the Cloud Analytic Services (CAS) environment, including the CAS session, active caslibs, and CAS server details.

Code SAS
Voir

Macro eanend - Enhanced Analysis Shutdown

Utility macro used to terminate an analysis or debugging session (probably initiated by a corresponding 'eanbegin' macro).

Code SAS
Voir

Remote Submission End Macro

Utility macro to end a remote submission and close the session if a connection is defined.