Search Results

442 résultats trouvés Page 44 / 45
Code Article
Voir

Should the CASLIB Option Be Repeated in the LIBNAME Statement?

Code Article
Voir

Resolving the "BASE driver" connection error with PROC FEDSQL

Code Article
Voir

Resolving the "BASE driver" connection error with PROC FEDSQL

Code Article
Voir

Resolving the "BASE driver" connection error with PROC FEDSQL

/* 1. Start or reference a CAS session */ cas mySession sessopts=(caslib=mycas timeout=3600 locale="en_US" metrics=true); /* 2. Call PROC FEDSQL pointing to this session */ proc fedsql sessref=mySession; CREATE TABLE mycas.counts AS select FIELD, count(*) as N from mycas.test ...

Code Article
Voir

SAS Viya and Hadoop: Resolving the TimeoutException Connection Error When Creating a Caslib

cas mySession sessopts=(caslib=casuser timeout=1800 locale="en_US"); caslib hdlib datasource=( srctype="hadoop", dataTransferMode="serial", username="{votre_user}", password="{votre_mdp}", /* Suppression de l'option URI */ hadoopjarpath="/sas_mirror/hadoopfiles...

Code Article
Voir

Understanding and Resolving the HTTP 403 Error with the CAS REST API

Code Article
Voir

Understanding and Resolving the HTTP 403 Error with the CAS REST API

curl -n -X PUT http://mon-server-viya.com:8777/cas/sessions

Code Article
Voir

Understanding and Resolving the HTTP 403 Error with the CAS REST API

Code Article
Voir

Sharing data between two CAS sessions

Code Article
Voir

SAS Viya & Python: How to Replace a Global Table?