BookmarkSubscribeRSS Feed
Cello23
Quartz | Level 8

hello all,
I would use "PROC DOWNLOAD" to download all datasets present in a libname, but can not set the correct syntax.

Please help me!  :smileyconfused:
es.
PROC DOWNLOAD DATA =PLUTO.T01  OUT =PIPPO.T01;
RUN;

Download all datasets in the libname "PLUTO" in to libename "PIPPO"

Thank's!!!

2 REPLIES 2
LinusH
Tourmaline | Level 20

Try the INLIB and OUTLIB options.

Data never sleeps
Cello23
Quartz | Level 8

LIBNAME PIPPO "\\TEMP";

RSUBMIT;
LIBNAME PLUTO "/sasdatatmp_6/SAS_workC99F0086E0B8_ussasx601";
proc download inlib=PLUTO outlib=PIPPO;
run;
endrsubmit;

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1905 views
  • 1 like
  • 2 in conversation