BookmarkSubscribeRSS Feed
Scottcom4
Calcite | Level 5
Good Afternoon,

I am attempting to create a folder for my exports to be output.

I assumed that systask would do the trick and used the following code given that directories in DOS are created using MD.

systask command md "K:\HappyOutPut\&filedate." taskname=t01;
waitfor t01;
systask kill t01;

Does anyone have any ideas??

Regards,
Scott
2 REPLIES 2
LinusH
Tourmaline | Level 20
Shouldn't your md be within your quotes?
Also be ware if you have spaces in your search path, se note http://support.sas.com/kb/3/726.html.

/Linus
Data never sleeps
Patrick
Opal | Level 21
Or just use dcreate:
NewDirectory=dcreate(DirectoryName,'/local/u/abcdef/');

http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a002332693.htm

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1049 views
  • 0 likes
  • 3 in conversation