macro indtdpm not defined
Tip | Use only PASSWORD=, PASS=, or PW= for the password argument. PWD= is not supported and causes an error to occur. |
Default | Your current database |
Requirement | You must specify the DATABASE= argument if you use the SAS Embedded Process. |
Restriction | You must use a fully qualified pathname. |
Interaction | If you do not use the default directory that is created by SAS Enterprise Miner, you must specify the DATASTEP=, XML=, and (if needed) FMTCAT= arguments. |
See | Special Characters in Directory Names |
Restriction | The scoring function name is a combination of the model and the output variable names. The scoring function name cannot exceed 30 characters. For more information, see Scoring Function Names. |
Requirement | If you are using scoring functions, the model name must be a valid SAS name that is ten characters or fewer. If you are using the SAS Embedded Process, the model name can be up to 128 characters. For more information about valid SAS names, see the topic on rules for words and names in SAS Language Reference: Concepts. |
Interaction | Only the EM_ output variables are published as Teradata scoring functions. For more information about the EM_ output variables, see Fixed Variable Names and Scoring Function Names. |
See | Using Scoring Functions to Run Scoring Models |
Requirement | If you specify MECHANISM=EP, you must also specify the MODELTABLE= argument. |
Note | The SAS Embedded Process might require a later release of Teradata than function-based scoring. Please refer to the Scoring Accelerator for Teradata system requirements documentation. |
See | Using the SAS Embedded Process to Run Scoring Models |
Default | STATIC |
Default | sas_model_table |
Restriction | This argument is available only when using the SAS Embedded Process. |
Requirement | The name of the model table must be the same as the name specified in the %INDTD_CREATE_MODELTABLE macro. For more information, see the MODELTABLE argument in %INDTD_CREATE_MODELTABLE Macro Syntax. |
Default | score.sas |
Restriction | Only DATA step programs that are produced by the SAS Enterprise Miner Score Code Export node can be used. |
Interaction | If you use the default score.sas file that is created by the SAS Enterprise Miner Score Code Export node, you do not need to specify the DATASTEP= argument. |
Default | score.xml |
Restrictions | Only XML files that are produced by the SAS Enterprise Miner Score Code Export node can be used. |
The maximum number of output variables is 128. | |
Interaction | If you use the default score.xml file that is created by the SAS Enterprise Miner Score Code Export node, you do not need to specify the XML= argument. |
Default | The database specified in the INDCONN macro variable or your current database |
Requirement | If you are using the SAS Embedded Process, the name of the database must be the same as the database specified in the %INDTD_CREATE_MODELTABLE macro. For more information, see the DATABASE argument in %INDTD_CREATE_MODELTABLE Macro Syntax. |
Interaction | The database that is specified by the DATABASE argument takes precedence over the database that you specify in the INDCONN macro variable. For more information, see %INDTD_PUBLISH_MODEL Macro Run Process. |
Tip | You can publish the scoring functions and formats or the scoring files to a shared database where other users can access them. |
Restriction | Only format catalog files that are produced by the SAS Enterprise Miner Score Code Export node can be used. |
Interactions | If you use the default format catalog that is created by the SAS Enterprise Miner Score Code Export node, you do not need to specify the FMTCAT= argument. |
If you do not use the default catalog name (FORMATS) or the default library (WORK or LIBRARY) when you create user-defined formats, you must use the FMTSEARCH system option to specify the location of the format catalog. For more information, see PROC FORMAT in the Base SAS Procedures Guide. |
Default | CREATE |
Tip | If the function or file has been previously defined and you specify ACTION=CREATE, you receive warning messages from Teradata. If the function or file has been previously defined and you specify ACTION=REPLACE, no warnings are issued. |
Default | PROTECTED |
Restriction | This argument is valid only when using the scoring functions. It has no effect if you specify MECHANISM=EP. |
Tip | After a function is validated in PROTECTED mode, it can be republished in UNPROTECTED mode. This could result in a significant performance gain. |
Tip | This argument is useful when testing your scoring models. |
See | Special Characters in Directory Names |