/ Published in: SAS
Print the version of SAS to your logs using any of these 3 macros
Expand |
Embed | Plain Text
/*Print the SAS version to your logs*/ %put &sysver; %put &sysvlong; %put &sysvlong4;
You need to login to post a comment.
webonomic on 12/22/08
1 person have marked this snippet as a favorite
Print the version of SAS to your logs using any of these 3 macros
/*Print the SAS version to your logs*/ %put &sysver; %put &sysvlong; %put &sysvlong4;
You need to login to post a comment.