This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
s
/
Sas.sas
6 lines
87 B
SAS
Raw
Normal View
History
Unescape
Escape
sas macro
2015-08-26 17:47:40 -07:00
%macro
putit( string= );
%put
&string
;
%mend
;
Normalize printed text Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:21:52 +13:00
%putit
(string=Hello World)
Reference in New Issue
Copy Permalink