@NAwasthi wrote:
Hi Kurt,
Thanks for the response.
Does this means that encrypted file can be placed on SAS server(Unix box), PGP command line Tool will decrypt the file and the file can be used by SAS,. Is my iunderstanding is correct?
If that is correct then we are not using SAS at all, it is purely based on PGP commandline tool.
REgards,
Nishant
Well, since SAS does not have a built-in tool for PGP decryption, you need to use an external one. But you can start/control that decryption process from within SAS, either by running the CLI tool with call system or the x statement, or by directly using it as a filter in a filename pipe.
... View more