proc download incat=Lib1.formats outcat=Lib2.formats
connectstatus=no;
/*ToDo: add some code here to exclude $badformat. */
exclude badformat/ENTRYTYPE=etype;
run; proc download incat=Lib1.formats outcat=Lib2.formats
connectstatus=no;
/*ToDo: add some code here to exclude $badformat. */
exclude format_A format_B format_C/ENTRYTYPE=format;
exclude formatc_A formatc_B formatc_C/ENTRYTYPE=formatc;
run; try this. I add some changes, can exclude both format or formatc type ,need to write separately. see the new lines of codes
... View more