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, 

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