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;

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 1818 views
  • 1 like
  • 2 in conversation