SAS and SSH

SAS application has many components and a complex architecture.
Components can communicate and run remote commands among them.
They can use SSH for this purpose.
SAS also has its own SSH components like “SAS Threaded Kernel Extension for SSH Remote Process Launching
We offer using below variable setting at above of your every necessary SAS code.
It is a grid option but it will still work when there is no grid installation.
It survived one of our long time problem for SSH remote commands between modules.

 

[server1]~$head -2 /home/sasdemo/test.sas
%let _INPUT = ORACORE.VA_02_TERMINATED_REPORT;
option set=GRIDRSHCOMMAND="/usr/bin/ssh -q -o StrictHostKeyChecking=no";

 

 

Feel free to communicate by bulent.yucesoy@gmail.com