BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
IsoTropic
Fluorite | Level 6

Is there a flag or an option to have the ODS create folders.

I have a routine that creates dozens of reports most of which need to be in a separate folder/directory.

I have created the top level folders "Distribute\All Users" but there could be a large number of sub-folders(\User1.....\User23). And the number of users is not know until the routine is executed.

\All Users

\User1

\User2

\User3

\User4

\User5

ODS PDF FILE='W:\Distribute\All Users\User5\User5 Report.pdf' STYLE=prpdf BOOKMARKLIST=NO;

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

How are you creating the top level folder? The routine can create folders using DCREATE?

View solution in original post

2 REPLIES 2
Reeza
Super User

How are you creating the top level folder? The routine can create folders using DCREATE?

IsoTropic
Fluorite | Level 6

Yes, that does work.

Data _Null_;

newdir=dcreate('User1','W:\Distribute\All Users\');

run;

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 1180 views
  • 0 likes
  • 2 in conversation