Search Results

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

How to specify the table name, caslib, and other common parameters?

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

FAQ
Voir

What does the 'casOut' parameter do in the groupBy action?

The 'casOut' parameter specifies the settings for an output table, including 'caslib', 'compress', 'indexVars', 'label', 'lifetime', 'maxMemSize', 'memoryFormat', 'name', 'promote', 'replace', 'replication', 'tableRedistUpPolicy', 'threadBlockSize', 'timeStamp', and 'where'.

FAQ
Voir

What is the 'table' parameter used for in the groupBy action?

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

FAQ
Voir

What is the required 'table' parameter?

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

FAQ
Voir

What is the 'table.caslib' subparameter?

The 'table.caslib' subparameter 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

What is the 'table.whereTable' subparameter?

The 'table.whereTable' subparameter specifies an input table that contains rows to use as a WHERE filter. If the 'vars' parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the 'where' parameter for t...

FAQ
Voir

What is the 'table.whereTable.casLib' subparameter?

The 'table.whereTable.casLib' subparameter specifies the caslib for the filter table. By default, the active caslib is used.

FAQ
Voir

table

specifies the table name, caslib, and other common parameters. For more information about specifying the table parameter, see the common castable parameter.

FAQ
Voir

What is the required table parameter for?

Specifies the table name, caslib, and other common parameters. For more information, see the common castable parameter.

FAQ
Voir

model.attributes.caslib

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.