?> Home - WeAreCAS

Explore. Share. Code.

The starting point for your SAS® CAS projects

CAS Actions

Full Catalog & Examples

Data Sets

Data preparation scripts

Q&A Base

FAQ & Help

Scenarios

Business Use Cases

Random FAQ

What does the `decode` parameter control?

The `decode` parameter and its subparameters manage image encoding and decoding. The `value` subparameter, when set to True, ensures that decoded images and their metadata are written to the output table. You can also use `encodeType` to specify the output encoding format, such as 'jpg'.

See answer
On: annotateImages
What is the purpose of the addUserActionSetPath action?

The addUserActionSetPath action adds a caslib to the user-defined action set search path.

See answer
On: addUserActionSetPath
How can I make a newly added caslib the active one immediately?

The 'activeOnAdd' parameter is set to TRUE by default, which automatically makes the new caslib the active one for the current session. You can set it to FALSE if you do not want this behavior.

See answer
On: addCaslib
How can I specify the estimation method for the process standard deviation?

Use the 'sMethod' parameter. It offers several methods: 'RMSDF' (weighted root mean square), 'RMVLUE' (minimum variance linear unbiased estimate from ranges), 'RNOWEIGHT' (unweighted estimate from ranges), 'SMVLUE' (minimum variance linear unbiased estimate from standard deviations), and 'SNOWEIGHT' (unweighted estimate from standard deviations), which is the default.

See answer
On: boxChart
What is the primary function of the accessPersonalCaslibs action?

The accessPersonalCaslibs action provides administrative access to all personal caslibs, which include CASUSER and CASUSERHDFS.

See answer
On: accessPersonalCaslibs