2215 questions found.

Page 29 / 45

The 'table.vars.label' subparameter specifies the descriptive label for the variable....

The 'table.vars.name' subparameter specifies the name for the variable....

The 'table.vars.nfd' subparameter specifies the length of the format precision....

The 'table.vars.nfl' subparameter specifies the length of the format field....

The 'table.where' subparameter specifies an expression for subsetting the input data....

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

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

The 'table.whereTable.dataSourceOptions' subparameter specifies data source options. Aliases: options, dataSource. For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter....

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

The 'table.whereTable.name' subparameter specifies the name of the filter table....

The 'table.whereTable.vars' subparameter specifies the variable names to use from the filter table. The casinvardesc value can be one or more of the following: 'format', 'formattedLength', 'label', 'name', 'nfd', 'nfl'....

The 'table.whereTable.vars.format' subparameter specifies the format to apply to the variable....

The 'table.whereTable.vars.formattedLength' subparameter specifies the length of the format field plus the length of the format precision....

The 'table.whereTable.vars.label' subparameter specifies the descriptive label for the variable....

The 'table.whereTable.vars.name' subparameter specifies the name for the variable....

The 'table.whereTable.vars.nfd' subparameter specifies the length of the format precision....

The 'table.whereTable.vars.nfl' subparameter specifies the length of the format field....

The 'table.whereTable.where' subparameter specifies an expression for subsetting the data from the filter table....

The 'weight' parameter specifies the numeric weight variable used to compute the rank order score of a distinct grouping....

The simple.groupByInfo action computes the index and frequency of each group, and the index of each record within its group. It is part of the Simple Analytics Action Set....

The `table` parameter, which specifies the input table, is required. Its `name` subparameter is also required....

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

The `generatedColumns` parameter (alias `genCols`) allows you to specify which generated columns to include in the output table. Options include 'ALL', 'CUMFREQ', 'F', 'FREQUENCY', 'GROUPID', 'NONE', and 'POSITION'. These values must be unique....

Yes, you can specify `algorithm2=TRUE` to use a more efficient algorithm for processing group information. This might be faster for data with a large number of groups or many nodes. When `algorithm2=TRUE`, certain parameters like `divider`, `includeMissing`, `inputRegex`, `keyModify`, `nSubgroupVars...

You can use `maxFrequency` (alias `maxFreq`) to include records with _Frequency_ less than or equal to a specified number, `minFrequency` (alias `minFreq`) for records with _Frequency_ greater than or equal to a specified number, `maxPosition` (alias `maxIIG`) for records with _Position_ less than o...

When `noVars=TRUE`, no variables are automatically copied from the input table to the output table. By default, all columns not in the `inputs`, `groupBy`, `weight`, or `frequency` parameters are copied....

Yes, `includeMissing=TRUE` specifies that groups with a missing value in a groupBy variable are included in the `casOut` table. The default is `FALSE`....

The `groupByLimit` parameter specifies the maximum number of levels in a group-by set. The server stops processing if this limit is reached, which can prevent the creation of excessively large result sets....

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 parameter for creating output tables is 'casOut', which specifies the settings for an output table....

The 'cumFreqName' parameter specifies the column name for the cumulative frequency in the output table. This column shows the cumulative frequency of the group to which the record belongs, with respect to the input table. The default column name is '_CumFreq_'. Its alias is 'cumFrequencyName'....

The 'frequencyName' parameter specifies the column name for the group frequencies in the output table. The default column name is '_Frequency_'. Its alias is 'freqName'....

The 'generatedColumns' parameter specifies the generated columns to include in the output table. Its alias is 'genCols', and specified values must be unique. Options include: 'ALL' (all generated columns), 'CUMFREQ' (_CumFreq_ column and _SubCumFreq_ if nSubGroupVars is specified), 'F' (columns with...

The 'groupIDName' parameter specifies the column name for the group IDs in the output table. The default column name is '_GroupID_'....

The 'positionName' parameter specifies the column name for the position of the record within its group in the output table. The default column name is '_Position_'....

The 'subGroupCumFreqName' parameter specifies the column name for the cumulative frequency of subgroups that each record belongs to. The default column name is '_SubCumFreq_'. Its aliases are 'subGroupCumFrequencyName', 'subCumFreqName', and 'subCumFrequencyName'....

The 'subGroupFrequencyName' parameter specifies the column name for the frequency of the record within its subgroup. The default column name is '_SubFrequency_'. Its aliases are 'subGroupFreqName', 'subFrequencyName', and 'subFreqName'....

The 'subGroupIDName' parameter specifies the column name for the subgroup IDs. The default column name is '_SubGroupID_'....

The 'subGroupPositionName' parameter specifies the column name for the subgroup frequencies. The default column name is '_SubPosition_'. Its alias is 'subPositionName'....

The 'algorithm2' parameter specifies a more efficient algorithm for processing group information. This algorithm might be faster when data contains a large number of groups and the grid has many nodes. The default is False. When set to True, certain other parameters are ignored, and formatted-value ...

The 'details' parameter specifies that messages such as the number of groups and other details are written to the SAS log. The default is False....

The 'divider' parameter specifies the character that is used to divide character values of the input variables. A character not present in these variables should be specified....

The 'groupByLimit' parameter specifies the maximum number of levels in a group-by set. The server stops processing if this limit is reached, preventing large result sets. The minimum value is 1....

The 'includeDuplicates' parameter specifies that the output table contains duplicate records. Its aliases are 'includeDups', 'includeDup', and 'fullOutput'. The default is False....

The 'includeMissing' parameter specifies that groups with a missing value in a groupBy variable are included in the casOut table. The default is False....

The 'inputRegEx' parameter specifies a list of regular expressions, one for each variable in the inputs list....

The 'journalTrace' parameter, when set to True, causes the action to write detailed tracing information to the SAS log. The default is False....

The 'keyModify' parameter specifies options for character values in input variables, such as left-justification (L), right-justification (R), conversion to uppercase (U), and condensing consecutive blanks to one blank (C)....

The 'maxFrequency' parameter specifies that the output table contains records with _Frequency_ less than or equal to this number. Its alias is 'maxFreq'. The default is INT64_MAX, and the minimum value is 1....

The 'maxPosition' parameter specifies that the output table contains records with _Position_ less than or equal to this number. Its alias is 'maxIIG'. The default is INT64_MAX, and the minimum value is 1....