Friday, March 17, 2017
SAS: put in html
How to include an in HTML written by SAS.
Declaration:
* Source: http://marc.info/?l=sas-l&m=116624302014032&w=2 ;
%let nbsp=%nrstr( );
Use:
put "Part Number: ";
put "" PART_NUMBER "";
put " (" PART_DESCRIPTION +(-1) ")";
("mark" tag creates yellow-highlighted text)
Result:
Subscribe to:
Posts (Atom)