BookmarkSubscribeRSS Feed
eddieleung305
Obsidian | Level 7

I write this simple libname statement in Viya4 SAS Studio but encounter a warning/error. This new library can be found in the SAS Studio's library list but can't open it. The /homes path is mounted on the compute pods. Any suggestion of the problem?

 

libname demo5 '/homes';

 

76 &graphinit;
77 %studio_initialize_custom_output;
78 /* endregion */
79
80 libname demo5 '/homes';
NOTE: Library DEMO5 does not exist.
81
82 /* region: Generated postamble */
83 /* Close ODS destinations */
84 &graphterm; ;*';*";*/;run;quit;
85 quit;run;
86 ods html5 (id=web) close;
87 ods listing close;
88 %if %sysfunc(fileref(_gsfname)) lt 0 %then %do;
89 filename _gsfname clear;
NOTE: Fileref _GSFNAME has been deassigned.
90 %end;
91 %studio_capture_custom_output;
92 /* endregion */
93

1 REPLY 1
gwootton
SAS Super FREQ
This message occurs when the path is not present. When you say this is mounted "on the compute pods", are you referring to the ephemeral compute server pods where this sas code runs (sas-compute-server-id...) or the compute service pod (sas-compute-id...)? The mount must be present in the compute server, so in the podtemplate sas-compute-job-config.
--
Greg Wootton | Principal Systems Technical Support Engineer

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Discussion stats
  • 1 reply
  • 541 views
  • 0 likes
  • 2 in conversation