1.Can any one help me how to create encrypted libraries? and encrupted sas datasets? in sas 9.3/9.4? Please share some material on this.
2. How to move sas compute tier, metadata server content and data to another server? like dev to test? Can we write a sas program to do this activity manually?
1. Since you have a meta data server, I suggest that you use Metadata-bound libraries. Search in the documentation for details.
2. You usually don't move a tier, but you can copy/promote the contents from one environment to another. I suggest that you do a clean install, and configuration on the new server. Then promote/migrate any metadata, programs, data to the new server. This can be done programmatically. If it's wise to do so depends on the nature of interchange of information between the environments.
Here is a link to the documentation on metadata-bound libraries:
http://support.sas.com/documentation/cdl/en/seclibag/66930/HTML/default/viewer.htm#titlepage.htm
Thanks Linush. Which procedure do we need to use if we would like to promote/migrate the metadata server content to another server ( dev to test) through program?
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.