Displays the name of the caslib where QKBs are stored.
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 name of the caslib for the output table.
when set to True, adds the output table with a global scope. This enables other sessions to access the table, subject to access controls. The target caslib must also have a global scope. Default: FALSE
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies the caslib for the filter table. By default, the active caslib is used.
You can specify the settings for an output table using the `casOut` parameter. This parameter supports subparameters such as `caslib`, `name`, `replace`, etc.
The parameters for reading input tables are: 'groupbyTable' which specifies an input table that contains the groups to use in a group-by analysis, and 'table' which specifies the table name, caslib, and other common parameters.
The 'casOut' parameter specifies settings for an output table, including caslib, compress, indexVars, label, lifetime, maxMemSize, memoryFormat, name, promote, replace, replication, tableRedistUpPolicy, threadBlockSize, timeStamp, and where. For more information, see the common 'casouttable' para...
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...