添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

In the example above, %PUT &testVariable; will resolve to testvalueText .

You may find the need to format your variable within the SYMPUT() call.

DATA _null_;
            CALL SYMPUT('testDate',COMPRESS(PUT(today(),date9.)));
;RUN;

In the example above,%PUT &testDate; will resolve to 10MAR2017

This modified text is an extract of the original Stack Overflow Documentation created by following contributors and released under CC BY-SA 3.0
This website is not affiliated with Stack Overflow