Hi All
We have implemented the Metadata Bound Libraries to test them at dev region. we ran some test and was able to encrypt data but while we retrieve data to traditional library or folder we still see data .
Please help me to understand why data is still visible outside the metadata bound libraries when copied it should have been encrypted one right.
Regards,
MVK
When you use SAS means to move/copy data, SAS will honor the setup of the target library, as it should be.
what in case if we use host commands like mv or cp of unix to non mbl folder to traditional folder ?
correction , I mean mbl folder to traditional folder , how will the encrypt data gets transformed.
If the target library is not metadata bound, then it will work as a classical library, with no encryption.
Keep in mind that every MBL has its own attributes and key. For a non-metadata-bound library, no key is defined, so SAS can't simply copy the file as is, because it would not be decryptable in any way.
@MVK wrote:
what in case if we use host commands like mv or cp of unix to non mbl folder to traditional folder ?
Then the file will be useless garbage, as the new library has no way to provide the decryption key, see my other post.
Thanks a lot for information provided. Appreciate your time and patience.
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.