Problem Note 65453: The message "ERROR: Variable not found" occurs when you change the case of a column name using the alterTable CAS action
If you change the case of a column name using the alterTable CAS action, the following error might occur:
ERROR: Variable not found
A workaround is to change the column name in two steps, using an intermediate column name, as shown in the following example:
table.alterTable /
caslib="mycaslib"
columns={
{name="columnName1",RENAME="c1"},
{name="c1",RENAME="COLUMNNAME1"}
}
table="mytable";
Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.
Operating System and Release Information
SAS System | SAS Viya | Linux for x64 | 3.4 | | | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2020-02-03 14:36:39 |
Date Created: | 2020-01-27 16:22:34 |