Search Results

725 résultats trouvés Page 19 / 73
FAQ
Voir

What is the 'srcType' parameter used for?

It specifies the type of caslibs to show. You can choose from 'ALL', 'DNFS', 'ESP', 'LASR', 'PATH', or 'S3'. This parameter is ignored if a specific caslib is named. The default is 'ALL'.

FAQ
Voir

How do I specify the object to be checked out?

To specify the object, you must use the 'ObjectSelector' parameter. Within this parameter, you define the 'objType' (such as "TABLE", "CASLIB", "COLUMN", "ACTION", or "ACTIONSET") and provide the corresponding identifying parameters like 'caslib', 'table', or 'actionSet'.

FAQ
Voir

What parameters are required to check out a specific table column?

To check out a column, you must set 'objType' to "COLUMN" within the ObjectSelector. You are required to provide the 'caslib' and 'table' names. The 'column' name itself is optional but recommended for specificity.

FAQ
Voir

How do I specify the table for which I want to get column information?

You must use the `table` parameter, which is required. Within this parameter, you specify the name of the table and optionally the caslib where it is located.

FAQ
Voir

How can I save the fitted model for future use, such as scoring?

To save the estimated model, you use the 'store' parameter. You provide a name and optionally a caslib for the output item store. This stored model can then be used by other actions, like 'countreg.countregViewStore', or for scoring new data.

FAQ
Voir

How is the output table specified?

The output table, which contains the tagged data, is specified using the 'casOut' parameter. You must provide a name for the table and can optionally specify a caslib.

FAQ
Voir

Which parameter is required to run the executeProgram action?

The 'caslib' parameter is required. It specifies the caslib containing the data source options.

FAQ
Voir

What is the alias for the 'caslib' parameter?

The alias for the 'caslib' parameter is 'datasourceFromCasLib'.

FAQ
Voir

What is the basic CASL syntax for calling this action?

The syntax is: sparkEmbeddedProcess.executeProgram / caslib="string", program="string", programFile="string";

FAQ
Voir

Is it possible to save the results of the expectedRange action to a CAS table?

Yes, you can use the 'casOut' parameter to specify the output table settings, such as the table name and caslib, to store the expected range values.