BookmarkSubscribeRSS Feed
SASJR1
Obsidian | Level 7

Hi Everyone,

 

I have tried all troubleshooting I can think of to fix the issue below, so I have the user trying  drop the zero values from a caslib table ,The table is 3 TB in size and they want to work on it.

 

when they run this code :-

 

data abc_SAS.abc_AccountHistory;

set abc_SAS.abc_AccountHistory;

if currentrecord = 0 then delete;

run;

 

this error we get, 

Astro597_0-1613127559715.png

 

 

Anyone had the similar issue and Please share how did you go about fixing it.

 

Thank you in advance.

2 REPLIES 2
alexal
SAS Employee

Your server doesn't have enough space in CAS_DISK_CACHE. Please see more details about CAS_DISK_CACHE here: https://go.documentation.sas.com/?cdcId=calcdc&cdcVersion=3.5&docsetId=casfun&docsetTarget=n16qbskv0... 

SASJR1
Obsidian | Level 7
Hi Alexal,

Thank you let me go through it and see if will find something. 🙂

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 821 views
  • 1 like
  • 2 in conversation