Who comes up with such crazy table names? We're a VERY large insurance company, and not one table in our production database has a name in excess of 32 characters.
Since, in your case, the horse is already out of the barn, you can only define views within the database that fit into SAS specifications lengthwise.
Yes, that's a known challenge. SAS table names can currently only be 32 characters max.
You can always use explicit pass-through SQL to work with longer DB table names but if you just want them to become accessible in SAS then you need to create views which comply with the SAS naming standards.
Who comes up with such crazy table names? We're a VERY large insurance company, and not one table in our production database has a name in excess of 32 characters.
Since, in your case, the horse is already out of the barn, you can only define views within the database that fit into SAS specifications lengthwise.
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.