Problem Note 67310: A DATA step becomes unresponsive when you use the DATA step to append a new table to an indexed CAS table
Using the DATA step to append a new table to an indexed SAS® Cloud Analytic Services (CAS) table can cause the DATA step to stop responding.
The following syntax is an example of code that can cause this issue, in which the CASUSER.NEW table is appended to an indexed CASUSER.OLD table:
data casuser.old(append=yes);
set casuser.new;
run;
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.5 | 3.5 | Viya | Viya |
*
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: | 2021-04-05 14:48:00 |
Date Created: | 2021-01-25 14:06:43 |