BookmarkSubscribeRSS Feed
MariaD
Barite | Level 11

Hi folks,

 

I have two libraries. Is there any ease way to verify which tables were created or modify from one library and copy only these tables to the second one? And if any table was delete (not appear any more on firts library) delete it from the second library too?

 

Regards, 

2 REPLIES 2
andreas_lds
Jade | Level 19
Just an idea:
Have a look at sas help.vtable, imho you will find all necessary information in it. I would extract the data for both libraries into different datasets, sort by memname and use a data-step to merge both. Depending on the result generate statements for proc datasets.
MariaD
Barite | Level 11

Thanks! 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 802 views
  • 1 like
  • 2 in conversation