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 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!

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