I cannot figure out how to assign a password to an existing sashdat file stored at a caslib.
I want to prevent from being deleted by other others users with access to the caslib.
I've tried without success the following.
It would be ok for me to assign a password during the savetable operation using proc cas or proc casutil.
Following https://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000995299.htm
proc datasets lib=mkt;
modify CONTRATOS_BI_OK.sashdat(read=mypass);
run;