The INDTD_PUBLISH_MODEL macro appears to initialize successfully even when SASĀ® Scoring Accelerator for Teradata is not licensed


The INDTD_PUBLISH_MODEL macro appears to initialize successfully, even when SAS Scoring Accelerator for Teradata is not licensed. You receive the following message, which gives the impression that this functionality can be used:

1 %indtdpm;

NOTE: Fileref BITBUCKT has been deassigned. indtd_publish_model macro now available for use.

When you submit the following statement, only the autocall macros are compiled:

%indtdpm;

The license check does not happen until execution time. Submitting the published macro, INDTD_PUBLISH_MODEL, causes an abnormal ending and it stops the SASĀ® session if SAS Scoring Accelerator for Teradata is not licensed.