Restores regression models from a binary large object (BLOB). Long form: `restore={name="table-name"}`. Shortcut form: `restore="table-name"`. The castable value can be one or more of the following: caslib, dataSourceOptions, name (required), whereTable (with sub-parameters casLib, dataSourceOpti...
The input data table is specified using the table parameter, which accepts a castable structure. This structure includes options for caslib, computedOnDemand, computedVars, computedVarsProgram, dataSourceOptions, groupBy, groupByMode, importOptions, name (required), orderBy, singlePass, vars, and...
Specifies the forecast input table for this level of the hierarchy. Alias: inputTable. The castable value can be one or more of the following: - caslib (string): Specifies the caslib for the input table. By default, the active caslib is used. - computedOnDemand (TRUE | FALSE, Default: FALSE): Whe...
specifies the settings for reading a table from a data source. Alias: import For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source. Alias: import For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
The 'groupbyTable' parameter specifies an input table that contains the groups to use in a group-by analysis. It can be specified with 'name' (required), 'casLib', 'dataSourceOptions', 'importOptions', and 'where'. Its long form is 'groupbyTable={name="table-name"}' and shortcut form is 'groupbyT...
The 'table' parameter specifies the table name, caslib, and other common parameters, including 'name' (required), 'caslib', 'computedOnDemand', 'computedVars', 'computedVarsProgram', 'dataSourceOptions', 'groupBy', 'groupByMode', 'importOptions', 'orderBy', 'singlePass', 'vars', and 'whereTable'....
The 'table' parameter (required) specifies the input table, including its name, caslib, and other common parameters like 'computedOnDemand', 'computedVars', 'computedVarsProgram', 'dataSourceOptions', 'importOptions', 'singlePass', 'vars', 'where', and 'whereTable'.
The 'table' parameter specifies the table name, caslib, and other common parameters. Long form: table={name="table-name"}. Shortcut form: table="table-name". The castable value can be one or more of the following: 'caslib', 'computedOnDemand', 'computedVars', 'computedVarsProgram', 'dataSourceOpt...
The 'table.importOptions' subparameter specifies the settings for reading a table from a data source. Alias: import. For more information about specifying the importOptions parameter, see the common importOptions parameter.