Provides actions for generating entities and networks from transactional data
Add new documents to a compound store.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the document links data table. |
|
|
required parametertable |
specifies the documents tables and types of documents in the tables. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the output table in which to store results of the action. |
|
|
— |
specifies the output table for the excluded compounds. The table will show the compound values that have been excluded and their reason for being excluded. |
specifies the table names and CAS library to use for the compound store across sessions.
| Long form | compoundStore={caslib="string"} |
|---|---|
| Shortcut form | compoundStore="string" |
The compoundStore value can be one or more of the following:
specifies the CAS library in which to create or find the tables. This library must be a global library.
specifies the name of the CAS table in which to store compounds.
| Default | "rtengCmpd" |
|---|
specifies the number of redundant copies to keep. A value of 0 is fastest but disables failover when a worker fails.
| Default | 1 |
|---|---|
| Minimum value | 0 |
specifies the name of the CAS table in which to store documents.
| Default | "rtengDoc" |
|---|
specifies the name of the CAS table in which to store entities.
| Default | "rtengEntity" |
|---|
specifies the name of the CAS table to use for preventing access to the compound store by other sessions while an action is running. This table is used internally and should never be created by the user.
| Default | "rtengLock" |
|---|
specifies the name of the CAS table in which to store the metadata, including the element, compound, and entity definitions.
| Default | "rtengMeta" |
|---|
specifies the name of the variable (in the document tables) that stores the document ID.
| Default | "document_id" |
|---|
specifies the document links data table.
| Long form | documentLinks={name="table-name"} |
|---|---|
| Shortcut form | documentLinks="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 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 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.
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 specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
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.
specifies the documents tables and types of documents in the tables.
The document value can be one or more of the following:
specifies the type of the documents in the table. All documents in the same documents table have the same type.
specifies the name of the CAS table that contains the documents. This table can include multiple documents, each consisting of one or more records.
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 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 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.
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 specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
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.
specifies the output table in which to store results of the action.
For more information about specifying the output parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, includes in the output table the compound_value column that contains a concatenation of the element values that make up the compound value.
| Default | FALSE |
|---|
specifies the output table for the excluded compounds. The table will show the compound values that have been excluded and their reason for being excluded.
For more information about specifying the outputExcludedCompounds parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, includes the _subentity_id_ column in the output table that contains a subentity ID as determined by temporal splitting. By default, this is set to True if temporal splitting is enabled for an entity soft-delete, otherwise it is set to False.
| Default | FALSE |
|---|
specifies the maximum size of the page cache.
| Default | 0 |
|---|---|
| Minimum value | 0 |
| TIP | You can enclose the value in quotation marks and specify B, K, M, G, or T as a suffix to indicate the units. For example, "8M" specifies eight megabytes. |
specifies the name of the variable that stores the record ID.
| Default | "record_id" |
|---|
specifies the conditions under which an entity should be split.
The entitySplit value can be one or more of the following:
specifies the rules under which an entity should be split on the basis of compound values.
The conflictingCompound value can be one or more of the following:
specifies the types of compounds whose values must be consistent within an entity. If an entity contains different values for a compound type in this list, the entity will split into one or more entities such that each entity contains one value for each compound type in this list.
specifies the pairs consisting of a document type and a compound type that should not be split during entity splitting.
The docAndCmpdType value can be one or more of the following:
specifies the compound type.
specifies the document type.
specifies the type of entity to which the entity splitting rule applies.
specifies the name of the variable in the documents tables that stores the version. The version is used when documents are updated.
| Default | "_version" |
|---|
Add new documents to a compound store.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the document links data table. |
|
|
required parametertable |
specifies the documents tables and types of documents in the tables. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the output table in which to store results of the action. |
|
|
— |
specifies the output table for the excluded compounds. The table will show the compound values that have been excluded and their reason for being excluded. |
specifies the table names and CAS library to use for the compound store across sessions.
| Long form | compoundStore={caslib="string"} |
|---|---|
| Shortcut form | compoundStore="string" |
The compoundStore value can be one or more of the following:
specifies the CAS library in which to create or find the tables. This library must be a global library.
specifies the name of the CAS table in which to store compounds.
| Default | "rtengCmpd" |
|---|
specifies the number of redundant copies to keep. A value of 0 is fastest but disables failover when a worker fails.
| Default | 1 |
|---|---|
| Minimum value | 0 |
specifies the name of the CAS table in which to store documents.
| Default | "rtengDoc" |
|---|
specifies the name of the CAS table in which to store entities.
| Default | "rtengEntity" |
|---|
specifies the name of the CAS table to use for preventing access to the compound store by other sessions while an action is running. This table is used internally and should never be created by the user.
| Default | "rtengLock" |
|---|
specifies the name of the CAS table in which to store the metadata, including the element, compound, and entity definitions.
| Default | "rtengMeta" |
|---|
specifies the name of the variable (in the document tables) that stores the document ID.
| Default | "document_id" |
|---|
specifies the document links data table.
| Long form | documentLinks={name="table-name"} |
|---|---|
| Shortcut form | documentLinks="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 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 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.
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 specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
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.
specifies the documents tables and types of documents in the tables.
The document value can be one or more of the following:
specifies the type of the documents in the table. All documents in the same documents table have the same type.
specifies the name of the CAS table that contains the documents. This table can include multiple documents, each consisting of one or more records.
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 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 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.
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 specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
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.
specifies the output table in which to store results of the action.
For more information about specifying the output parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, includes in the output table the compound_value column that contains a concatenation of the element values that make up the compound value.
| Default | false |
|---|
specifies the output table for the excluded compounds. The table will show the compound values that have been excluded and their reason for being excluded.
For more information about specifying the outputExcludedCompounds parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, includes the _subentity_id_ column in the output table that contains a subentity ID as determined by temporal splitting. By default, this is set to True if temporal splitting is enabled for an entity soft-delete, otherwise it is set to False.
| Default | false |
|---|
specifies the maximum size of the page cache.
| Default | 0 |
|---|---|
| Minimum value | 0 |
| TIP | You can enclose the value in quotation marks and specify B, K, M, G, or T as a suffix to indicate the units. For example, "8M" specifies eight megabytes. |
specifies the name of the variable that stores the record ID.
| Default | "record_id" |
|---|
specifies the conditions under which an entity should be split.
The entitySplit value can be one or more of the following:
specifies the rules under which an entity should be split on the basis of compound values.
The conflictingCompound value can be one or more of the following:
specifies the types of compounds whose values must be consistent within an entity. If an entity contains different values for a compound type in this list, the entity will split into one or more entities such that each entity contains one value for each compound type in this list.
specifies the pairs consisting of a document type and a compound type that should not be split during entity splitting.
The docAndCmpdType value can be one or more of the following:
specifies the compound type.
specifies the document type.
specifies the type of entity to which the entity splitting rule applies.
specifies the name of the variable in the documents tables that stores the version. The version is used when documents are updated.
| Default | "_version" |
|---|
Add new documents to a compound store.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the document links data table. |
|
|
required parametertable |
specifies the documents tables and types of documents in the tables. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the output table in which to store results of the action. |
|
|
— |
specifies the output table for the excluded compounds. The table will show the compound values that have been excluded and their reason for being excluded. |
specifies the table names and CAS library to use for the compound store across sessions.
| Long form | compoundStore={"caslib":"string"} |
|---|---|
| Shortcut form | compoundStore="string" |
The compoundStore value can be one or more of the following:
specifies the CAS library in which to create or find the tables. This library must be a global library.
specifies the name of the CAS table in which to store compounds.
| Default | "rtengCmpd" |
|---|
specifies the number of redundant copies to keep. A value of 0 is fastest but disables failover when a worker fails.
| Default | 1 |
|---|---|
| Minimum value | 0 |
specifies the name of the CAS table in which to store documents.
| Default | "rtengDoc" |
|---|
specifies the name of the CAS table in which to store entities.
| Default | "rtengEntity" |
|---|
specifies the name of the CAS table to use for preventing access to the compound store by other sessions while an action is running. This table is used internally and should never be created by the user.
| Default | "rtengLock" |
|---|
specifies the name of the CAS table in which to store the metadata, including the element, compound, and entity definitions.
| Default | "rtengMeta" |
|---|
specifies the name of the variable (in the document tables) that stores the document ID.
| Default | "document_id" |
|---|
specifies the document links data table.
| Long form | documentLinks={"name":"table-name"} |
|---|---|
| Shortcut form | documentLinks="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 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 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.
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 specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
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.
specifies the documents tables and types of documents in the tables.
The document value can be one or more of the following:
specifies the type of the documents in the table. All documents in the same documents table have the same type.
specifies the name of the CAS table that contains the documents. This table can include multiple documents, each consisting of one or more records.
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 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 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.
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 specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
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.
specifies the output table in which to store results of the action.
For more information about specifying the output parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, includes in the output table the compound_value column that contains a concatenation of the element values that make up the compound value.
| Default | False |
|---|
specifies the output table for the excluded compounds. The table will show the compound values that have been excluded and their reason for being excluded.
For more information about specifying the outputExcludedCompounds parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, includes the _subentity_id_ column in the output table that contains a subentity ID as determined by temporal splitting. By default, this is set to True if temporal splitting is enabled for an entity soft-delete, otherwise it is set to False.
| Default | False |
|---|
specifies the maximum size of the page cache.
| Default | 0 |
|---|---|
| Minimum value | 0 |
| TIP | You can enclose the value in quotation marks and specify B, K, M, G, or T as a suffix to indicate the units. For example, "8M" specifies eight megabytes. |
specifies the name of the variable that stores the record ID.
| Default | "record_id" |
|---|
specifies the conditions under which an entity should be split.
The entitySplit value can be one or more of the following:
specifies the rules under which an entity should be split on the basis of compound values.
The conflictingCompound value can be one or more of the following:
specifies the types of compounds whose values must be consistent within an entity. If an entity contains different values for a compound type in this list, the entity will split into one or more entities such that each entity contains one value for each compound type in this list.
specifies the pairs consisting of a document type and a compound type that should not be split during entity splitting.
The docAndCmpdType value can be one or more of the following:
specifies the compound type.
specifies the document type.
specifies the type of entity to which the entity splitting rule applies.
specifies the name of the variable in the documents tables that stores the version. The version is used when documents are updated.
| Default | "_version" |
|---|
Add new documents to a compound store.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the document links data table. |
|
|
required parametertable |
specifies the documents tables and types of documents in the tables. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the output table in which to store results of the action. |
|
|
— |
specifies the output table for the excluded compounds. The table will show the compound values that have been excluded and their reason for being excluded. |
specifies the table names and CAS library to use for the compound store across sessions.
| Long form | compoundStore=list(caslib="string") |
|---|---|
| Shortcut form | compoundStore="string" |
The compoundStore value can be one or more of the following:
specifies the CAS library in which to create or find the tables. This library must be a global library.
specifies the name of the CAS table in which to store compounds.
| Default | "rtengCmpd" |
|---|
specifies the number of redundant copies to keep. A value of 0 is fastest but disables failover when a worker fails.
| Default | 1 |
|---|---|
| Minimum value | 0 |
specifies the name of the CAS table in which to store documents.
| Default | "rtengDoc" |
|---|
specifies the name of the CAS table in which to store entities.
| Default | "rtengEntity" |
|---|
specifies the name of the CAS table to use for preventing access to the compound store by other sessions while an action is running. This table is used internally and should never be created by the user.
| Default | "rtengLock" |
|---|
specifies the name of the CAS table in which to store the metadata, including the element, compound, and entity definitions.
| Default | "rtengMeta" |
|---|
specifies the name of the variable (in the document tables) that stores the document ID.
| Default | "document_id" |
|---|
specifies the document links data table.
| Long form | documentLinks=list(name="table-name") |
|---|---|
| Shortcut form | documentLinks="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 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 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.
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 specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
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.
specifies the documents tables and types of documents in the tables.
The document value can be one or more of the following:
specifies the type of the documents in the table. All documents in the same documents table have the same type.
specifies the name of the CAS table that contains the documents. This table can include multiple documents, each consisting of one or more records.
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 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 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.
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 specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
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.
specifies the output table in which to store results of the action.
For more information about specifying the output parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, includes in the output table the compound_value column that contains a concatenation of the element values that make up the compound value.
| Default | FALSE |
|---|
specifies the output table for the excluded compounds. The table will show the compound values that have been excluded and their reason for being excluded.
For more information about specifying the outputExcludedCompounds parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, includes the _subentity_id_ column in the output table that contains a subentity ID as determined by temporal splitting. By default, this is set to True if temporal splitting is enabled for an entity soft-delete, otherwise it is set to False.
| Default | FALSE |
|---|
specifies the maximum size of the page cache.
| Default | 0 |
|---|---|
| Minimum value | 0 |
| TIP | You can enclose the value in quotation marks and specify B, K, M, G, or T as a suffix to indicate the units. For example, "8M" specifies eight megabytes. |
specifies the name of the variable that stores the record ID.
| Default | "record_id" |
|---|
specifies the conditions under which an entity should be split.
The entitySplit value can be one or more of the following:
specifies the rules under which an entity should be split on the basis of compound values.
The conflictingCompound value can be one or more of the following:
specifies the types of compounds whose values must be consistent within an entity. If an entity contains different values for a compound type in this list, the entity will split into one or more entities such that each entity contains one value for each compound type in this list.
specifies the pairs consisting of a document type and a compound type that should not be split during entity splitting.
The docAndCmpdType value can be one or more of the following:
specifies the compound type.
specifies the document type.
specifies the type of entity to which the entity splitting rule applies.
specifies the name of the variable in the documents tables that stores the version. The version is used when documents are updated.
| Default | "_version" |
|---|