Search Results

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

What does the casOut parameter specify?

The casOut parameter specifies the CAS table where the analysis results will be stored. It can include options such as the caslib, index variables, lifetime, memory format, name, promote status, replace status, and table redistribution policy.

FAQ
Voir

What information is provided by the table parameter?

The table parameter specifies the input table name, the caslib, and other common parameters such as computed variables and data source options.

FAQ
Voir

What details must be provided within the 'rstore' parameter?

You must provide the 'name' of the table. Optionally, you can also specify the 'caslib' and 'dataSourceOptions'.

FAQ
Voir

What is the primary function of the fileInfo action?

The fileInfo action is used to list the files contained within a caslib's data source.

FAQ
Voir

How can I view all files in a caslib, including those not natively supported by the data connector?

You can set the 'allFiles' parameter to TRUE. The default is FALSE, which only lists file types supported by the specific data connector.

FAQ
Voir

What parameter is used to specify the target caslib for the action?

The 'caslib' parameter is used to specify the name of the caslib where you want to list the files.

FAQ
Voir

What options are available for configuring the input table?

The 'table' parameter accepts a castable definition, allowing sub-parameters such as 'caslib', 'name' (required), 'where', 'vars', 'orderBy', 'groupBy', 'computedVars', 'computedOnDemand', 'singlePass', and others to refine how the input table is read.

FAQ
Voir

What information does the 'casOut' parameter provide in the context of fmtLibCntlOut?

The 'casOut' parameter specifies the details for the output table where the format control data will be stored, such as the table name, caslib, and whether to replace an existing table.

FAQ
Voir

How is the output SAS score code specified using the 'casOut' subparameter within the 'code' parameter?

The 'casOut' subparameter, used within the 'code' parameter, specifies the output table where the generated SAS score code will be stored. It can take several additional subparameters such as 'caslib', 'compress', 'name', 'promote', 'replace', etc., to define the output table's properties.

FAQ
Voir

How do you specify the caslib for the input model table using the 'caslib' subparameter?

The 'caslib' subparameter within 'modelTable' specifies the caslib for the input table. By default, the active caslib is used. You should specify a value only if the table is in a different caslib.