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.
The table parameter specifies the input table name, the caslib, and other common parameters such as computed variables and data source options.
You must provide the 'name' of the table. Optionally, you can also specify the 'caslib' and 'dataSourceOptions'.
The fileInfo action is used to list the files contained within a caslib's data source.
You can set the 'allFiles' parameter to TRUE. The default is FALSE, which only lists file types supported by the specific data connector.
The 'caslib' parameter is used to specify the name of the caslib where you want to list the files.
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.
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.
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.
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.