BookmarkSubscribeRSS Feed
Ronein
Meteorite | Level 14

Hello

I created a new library name called PanelOsh

I used this code and I see that the folder was created successfully

options dlcreatedir;
libname PanelOsh "/usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/";

I want to create also sub-Folder within library PanelOsh that will be called Raw_Data.

What is the way to do it?

I run following code but the folder was not created

options dlcreatedir;
libname Raw_Data "/usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/PanelOsh";

 

2 REPLIES 2
A_Kh
Lapis Lazuli | Level 10

options dlcreatedir;

libname xyz "/usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/PanelOsh";
libname xyz "/usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/PanelOsh/Raw_Data";

libname xyz clear;

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 202 views
  • 0 likes
  • 3 in conversation