Search Results

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

What does the DQQKBREPOLOC parameter display?

Displays the name of the caslib where QKBs are stored.

FAQ
Voir

What is the 'table' sub-parameter under 'levels'?

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...

FAQ
Voir

saveState - caslib="string"

specifies the name of the caslib for the output table.

FAQ
Voir

saveState - promote=TRUE | FALSE

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

FAQ
Voir

table - caslib="string"

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.

FAQ
Voir

table - whereTable - casLib="string"

specifies the caslib for the filter table. By default, the active caslib is used.

FAQ
Voir

How can I specify the output table for simple.groupByInfo?

You can specify the settings for an output table using the `casOut` parameter. This parameter supports subparameters such as `caslib`, `name`, `replace`, etc.

FAQ
Voir

What parameters are used for reading input tables?

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.

FAQ
Voir

What are the settings for an output table?

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...

FAQ
Voir

How to specify an input table for group-by analysis?

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...