The traditional random number generating functions in SAS – RANUNI, RANNOR and the rest, as well as UNIFORM and NORMAL – are now deprecated, and the advice is to use...
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
Random numbers,
Parallel processing,
RAND function,
RANUNI function,
RANNOR function,
CALL STREAMINIT;
Posted
July, 2018
by
Amadeus Technical Team
When assigning CAS tables and caslibs within SAS Studio, the log gives us information detailing the tables which have been assigned to each caslib. However, there is no view to...
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
SAS Studio,
SAS Viya,
CAS,
caslib,
castables;
Posted
June, 2018
by
Amadeus Technical Team
Once you have connected to a CAS session you are able to load data into CAS.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
SAS Studio,
SAS Viya,
CAS,
caslib,
CSV;
Posted
May, 2018
by
Amadeus Technical Team
The number of graphics tasks that can only be done using traditional SAS graphics (the SAS/GRAPH product) continues to decrease.
Read more...
Posted in
SAS Programming;
Tagged
Map,
ODS Graphics,
ESRI,
OPENSTREETMAP,
MAPIMPORT,
Choropleth,
SAS Programming;
Posted
April, 2018
by
Amadeus Technical Team
Once you have connected to a CAS session you are able to load data into cas.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
SAS Studio,
CAS Session,
SAS Viya,
CAS,
caslib,
libname;
Posted
April, 2018
by
Amadeus Technical Team
Once you have connected to a CAS session within SAS Studio, you can use the following code to check the active caslibs for a CAS session:
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
SAS Studio,
SAS Viya,
caslib;
Posted
March, 2018
by
Amadeus Technical Team
A caslib is an in-memory container for SAS tables. In addition to data, the caslib also holds information about the data source, including access control information for users.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
SAS Studio,
SAS Viya,
CAS,
caslib;
Posted
March, 2018
by
Amadeus Technical Team
To start up a CAS session within SAS Viya, you will need to use the SAS Studio. Within SAS Viya, many Snippets are available to perform tasks within CAS.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
CAS Session,
SAS Viya,
SAS Studio;
Posted
February, 2018
by
Amadeus Technical Team
The Lua language seems likely to play an increasing role in the SAS world, alongside Python and Java.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
S Macro,
Lua,
Pharma,
Control Table;
Posted
January, 2018
by
Amadeus Technical Team
The DOSUBL function is a powerful facility for running code “on the side”. Within a DATA step, a DOSUBL call can, for example, run one or more SQL queries to...
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
Gini,
SAS Macros;
Posted
November, 2017
by
Amadeus Technical Team