SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 67310: A DATA step becomes unresponsive when you use the DATA step to append a new table to an indexed CAS table

DetailsHotfixAboutRate It
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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS ViyaLinux for x643.53.5ViyaViya
* 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.