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
Barite | Level 11

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-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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