Hi,
I've seen that is possible to configure On-Disk Encryption of SASHDAT Files or use the reload-on-start using a secured library. I have multiple processes that reload some tables into lasr every night.
It is possible to load tables to memory from a secured library with aes encryption? I read that the dataset have to be decrypted before load.
What options do i have?
option1: remove encryption , load and encrypt again
option2: copy to a temp unencrypted dataset and load
option3: configure On-Disk Encryption of SASHDAT
Other option?
Thanks,