2215 questions found.

Page 38 / 45

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: format, formattedLength, label, name (required), nfd, nfl....

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: format, formattedLength, label, name (required), nfd, nfl....

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 CASL syntax for the iml.iml action is: iml.iml / code="string", display={caseSensitive=TRUE | FALSE, exclude=TRUE | FALSE, excludeAll=TRUE | FALSE, keyIsPath=TRUE | FALSE, names={"string-1" }, pathType="LABEL" | "NAME", traceNames=TRUE | FALSE}, echoSource="ALL" | "NONE" | "PROGRAM", nthreads=...

The code parameter provides an input string that contains a SAS/IML program. Its alias is imlstring....

The display parameter specifies a list of results tables to send to the client for display. For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters)....

The echoSource parameter specifies information to echo to the log. The default is NONE.
- ALL: Echoes the program and all IMLMLIB modules to the log.
- NONE: Does not echo anything to the log.
- PROGRAM: Echoes the program to the log....

The nthreads parameter specifies the number of threads to use on each node. This parameter is used for parallel computations. When set to 0, all available threads are used. In some circumstances, the iml action might use fewer threads than the value that you specify in this parameter because the act...

The outputTables parameter lists the names of results tables to save as CAS tables on the server. For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters). Its alias is displayOut....

specifies the name by which this QKB will be known after it is imported....

specifies a caslib that contains a QARC file, at location provided by "Source path"....

specifies the path, relative to "Source caslib", of a QARC file to import....

scores the input table and saves the scoring results as a table.
For more information about specifying the casOut parameter, see the common casouttable parameter....

specifies the settings for an output table that includes information about the results of the impute action.
For more information about specifying the casOutImputeInformation parameter, see the common casouttable parameter.

Alias
casOutImputeInfo...

specifies the settings for generating SAS DATA step scoring code.
For more information about specifying the code parameter, see the common codegen parameter....

when set to True, all the variables from the input table are copied to the scored output table.

Alias
allIdVars
Default
FALSE...

specifies the names of variables in the input table to use for identifying scored observations in the output table. The specified variables are copied to the output table....

specifies the distinct count limit....

when set to True, techForCont is VALUE or RANDOM, and casOut is not specified, the server returns the row count and missing count. This is done even if it requires an additional pass through the data. Leaving it False is efficient for large tables.

Default
FALSE...

specifies the frequency variable.

Alias
frequency...

specifies the fuzzy comparison threshold that is used to determine distinctness of numeric values.

Alias
precision
Range
0–1E-05...

when set to True, the analysis variables from the input table that are specified in the vars parameter are copied to the output table.

Default
FALSE...

when set to True, missing values are allowed as group-by keys.

Default
FALSE...

specifies the variables to use for the analysis. You can specify a subset of the variables from the input table.
For more information about specifying the inputs parameter, see the common casinvardesc parameter.

Alias
vars...

specifies the maximum random number to generate....

specifies the imputation technique for interval variables. Be aware that you can specify numeric variables as nominal using the nomVarsIndices parameter.

Alias
methodContinuous
Default
MEAN
MAX
replaces missing values with the maximum value. This technique applies to interval variables.
MEAN
replac...