BookmarkSubscribeRSS Feed
Alex91
Fluorite | Level 6

Hi!

 

I've got next problem trying to add column to dataset related to drop zone

 

there is a code and error:

 

how can i add a new column to this dataset? do i need to turn off lasr-server or what?

 

LIBNAME DZ 'C:\SAS\SASConfig\Lev1\AppData\SASVisualAnalytics\VisualAnalyticsAdministrator\AutoLoad\VALIBLA';

data DZ.CAMPAIGN_EFFICIENCY;
set DZ.CAMPAIGN_EFFICIENCY;
WAVE_ID = . ;
run;

 

NOTE: Libref DZ refers to the same physical library as DZ.
NOTE: Libref DZ was successfully assigned as follows:
Engine: V9
Physical Name: C:\SAS\SASConfig\Lev1\AppData\SASVisualAnalytics\VisualAnalyticsAdministrator\AutoLoad\VALIBLA
31
32 data DZ.CAMPAIGN_EFFICIENCY;
33 set DZ.CAMPAIGN_EFFICIENCY;
34 WAVE_ID = . ;
35 run;

NOTE: There were 15252 observations read from the data set DZ.CAMPAIGN_EFFICIENCY.
NOTE: The data set DZ.CAMPAIGN_EFFICIENCY has 15252 observations and 59 variables.
ERROR: Windows error code: 5 in hc_disk_close for
C:\SAS\SASConfig\Lev1\AppData\SASVisualAnalytics\VisualAnalyticsAdministrator\AutoLoad\VALIBLA\campaign_efficiency.sas7bdat,
Access is denied.
ERROR: An I/O error has occurred on file DZ.CAMPAIGN_EFFICIENCY.DATA.
NOTE: DATA statement used (Total process time):
real time 0.07 seconds
cpu time 0.07 seconds

1 REPLY 1
Alex91
Fluorite | Level 6

The issue is resolved.

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 587 views
  • 0 likes
  • 1 in conversation