Hi Steve.
Richard DeVenezia's web page is an excellent resource too, and it has an example of the call module (Darryl's suggestion) that might be a fairly close template to what you want: it calls the win MD5 dll from sas. see
http://www.devenezia.com/downloads/sas/sascbtbl/
Let us know if this apporach helps you.
Use a PIPE.
data _null_;
infile 'openssl ...' pipe ;
input ;
call symputx('myvar',_infile_);
run;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.