No data is processed or read in this script. It is solely the definition of configuration variables that could potentially be used to access external or internal data sources in subsequent scripts.
1 Code Block
MACRO STATEMENT
Explanation : This block defines four global macro variables. `VIYA_4` is a flag to enable a specific compatibility mode. `CAS_SERVER_HOST` and `CAS_SERVER_PORT` are essential parameters for connecting to a CAS server, allowing its address and port to be identified. `LOCAL_DATA_DIR` specifies a path to a local directory where data could be stored or read. These variables must be adjusted by the user to match their specific environment.
Copied!
%let VIYA_4=0; /* set to 0 for Viya 3.x compatability mode */
%let CAS_SERVER_HOST=server.host.name; /* set to your CAS server hostname */
%let CAS_SERVER_PORT=11111; /* set to your CAS server port */
%let LOCAL_DATA_DIR=/path/to/downloaded/data/; /* set to your data directory */
1
%let VIYA_4=0; /* set to 0 for Viya 3.x compatability mode */
2
%let CAS_SERVER_HOST=server.host.name; /* set to your CAS server hostname */
3
%let CAS_SERVER_PORT=11111; /* set to your CAS server port */
4
%let LOCAL_DATA_DIR=/path/to/downloaded/DATA/; /* set to your data directory */
This material is provided "as is" by We Are Cas. There are no warranties, expressed or implied, as to merchantability or fitness for a particular purpose regarding the materials or code contained herein. We Are Cas is not responsible for errors in this material as it now exists or will exist, nor does We Are Cas provide technical support for it.
SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. ® indicates USA registration. WeAreCAS is an independent community site and is not affiliated with SAS Institute Inc.
This site uses technical and analytical cookies to improve your experience.
Read more.