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 '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'.
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.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.
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...
The 'table.whereTable.casLib' subparameter specifies the caslib for the filter table. By default, the active caslib is used.
specifies the table name, caslib, and other common parameters. For more information about specifying the table parameter, see the common castable parameter.
Specifies the table name, caslib, and other common parameters. For more information, see the common castable parameter.
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.