BookmarkSubscribeRSS Feed
deleted_user
Not applicable
in macro quoting

%let a=%str(data new; x=1; run;); ok

but in single quotes they mention as

%let b=%str(john%'s reporting);


for semicolon it is the commonly mentions as %str(text)
but in single quotes they mention as especially % infront of single quote.

why its wrong,
%let b= %str(john's reporting);
1 REPLY 1
deleted_user
Not applicable
why do you need to know?

why not accept that as it says in SAS(R) Macro Language Reference of %bquote() "you do not have to precede an unmatched quotation mark with a % sign, as you must when using %STR and %NRSTR" ?
Find this quote in online doc, at http://support.sas.com/onlinedoc/913/getDoc/en/mcrolref.hlp/a001061316.htm.


%let b= %bquote(john's reporting);
%put b=&b ;
works for me !

Peter-c

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Health and Life Sciences Learning

 

Need courses to help you with SAS Life Sciences Analytics Framework, SAS Health Cohort Builder, or other topics? Check out the Health and Life Sciences learning path for all of the offerings.

LEARN MORE

Discussion stats
  • 1 reply
  • 931 views
  • 0 likes
  • 1 in conversation