How do I create CAS tables with a table name containing the ModelUUID in the name?
From the documentation of SAS Model Manager under Monitoring Performance the following naming conventions are listed for input tables to the monitoring performance job:
Supported Formats
Use one of the following formats for the name of the data tables:
- prefix_sequenceNumber_timeLabel
- prefix_sequenceNumber_timeLabel_modelUUID
- prefix_sequenceNumber_timeLabel_modelUUID_modelRole
Further the documentation states:
The model UUID is the fourth level of the table name. If you provide user-scored data and select a library to use for performance monitoring, the data table names must contain the UUID of the model.
How can this be accomplished when the modelUUID contains hyphens that are not supported through SAS Naming Conventions?