2215 questions found.

Page 27 / 45

specifies the memory format for the output table. Default: INHERIT...

use the duplicate value reduction memory format. This memory format can reduce the memory consumption and file size when the input data contains duplicate values....

use the default memory format that is set for the server. By default, the server uses the standard memory format. If an administrator sets the CAS_DEFAULT_MEMORY_FORMAT environment variable to DVR, then the DVR memory format is set as the default for the server....

use the standard memory format....

specifies the name 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...

when set to True, overwrites an existing table that has the same name. Default: FALSE...

Specifies the Table Redistribution Policy when the number of worker pods increases on a running CAS server....

Defer redistribution policy selection to higher-level entity....

Do not redistribute table data when the number of worker pods changes on a running CAS server....

Rebalance table data when the number of worker pods changes on a running CAS server....

specifies a double to use to start the pseudorandom number generator for initialization. Default: 0 Minimum value: 0...

specifies the input data table. Long form: table={name="table-name"} Shortcut form: table="table-name" The castable value can be one or more of the following:...

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

when set to True, creates the computed variables when the table is loaded instead of when the action begins. Alias: compOnDemand Default: FALSE...

specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included. Alias: compVars The casinvardesc value can be one or mo...

specifies the format to apply to the variable....

specifies the length of the format field plus the length of the format precision....

specifies the descriptive label for the variable....

specifies the name for the variable....

specifies the length of the format precision....

specifies the length of the format field....

specifies an expression for each computed variable that you include in the computedVars parameter. Alias: compPgm...

specifies data source options. Aliases: options, dataSource...

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 name of the input table....

when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs. Default: FALSE...

specifies the variables to use in the action. The casinvardesc value can be one or more of the following:...

specifies the format to apply to the variable....

specifies the length of the format field plus the length of the format precision....

specifies the descriptive label for the variable....

specifies the name for the variable....

specifies the length of the format precision....

specifies the length of the format field....

specifies an expression for subsetting the input data....

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 the input table and this parameter are speci...

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

specifies data source options. Aliases: options, dataSource For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions 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)....

specifies the name of the filter table....

specifies the variable names to use from the filter table. The casinvardesc value can be one or more of the following:...

specifies the format to apply to the variable....

specifies the length of the format field plus the length of the format precision....

specifies the descriptive label for the variable....

specifies the name for the variable....

specifies the length of the format precision....

specifies the length of the format field....

specifies an expression for subsetting the data from the filter table....

The groupBy action builds BY groups based on the combinations of values of specified variables in a list....

The 'aggregator' parameter specifies the aggregation method (MAX, MEAN, MIN, N, SUM) for values of a weight variable when computing a rank order score....