Problem Note 66194: A log message that refers to "an unknown, abnormal error" occurs after you execute a DATA step that contains a hash table in CAS
The following errors appear after you execute a DATA step that contains a hash table in SAS® Cloud Analytic Services (CAS):
ERROR: An unknown, abnormal error has occurred during execution at line xxx column xxx.
ERROR: The action failed to execute
ERROR: Execution halted
ERROR: Connection failed. Server returned: Session reconnect failed: Could not find the specified session.
You can circumvent these errors by specifying the SINGLE=YES option in the DATA statement, as shown here:
data casuser.test / single=yes;
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.
The following error can occur when executing a DATA step containing a hash table in CAS:
ERROR: An unknown, abnormal error has occurred during execution at line xxx column xxx.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2020-07-09 08:12:34 |
Date Created: | 2020-06-24 10:15:49 |