BookmarkSubscribeRSS Feed
kaushalsolanki
Quartz | Level 8

Hi All,

 

I am trying to export SAS SPK package with export utility script, what i want to know is how can i exclude particular library while exporting the SAS Package through code?

 

Thanks in advance.

 

Regards,

Kaushal 

4 REPLIES 4
nhvdwalt
Barite | Level 11
I have no idea, but what if you restrict the library with permissions for the user running the extract ? This way the library become ‘invisible’.
SASKiwi
PROC Star

It only takes a few seconds to delete a library in SAS Management Console. Why not just export all of them then delete the ones you don't want after importing?

ronan
Lapis Lazuli | Level 10

There are more than one way to skin a cat.

 

As mentioned above, over-protect the specific library with ACT(s) that prevent(s) the service account in metadata which  does the export  to access the library reference. Questionable.

 

Or, export selectively some metadata object types and exlude library ref (-types / -exclude etc.). Easier but still questionable.

 

Or, maybe better still if you can, change the folder path storing the Library reference to another branch apart from the root folder you want to export.

 

 

 

 

JuanS_OCS
Amethyst | Level 16

Great input from everybody 🙂

 

I wonder why you want to export a folder tree and exclude some paths from the export. Perhaps because of the type of data contained on those paths?

 

Yet another option for those scenarios, the -excludeSubTypes parameters can come to the rescuehttp://documentation.sas.com/?docsetId=bisag&docsetTarget=n008xsxs34mvcwn1qrgcmugpzu6i.htm&docsetVer...

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 1046 views
  • 6 likes
  • 5 in conversation