%let b=%nrstr(&a);
%put UPCASE produces: %upcase(&b);
%put QUPCASE produces: %qupcase(&b);
When these statements execute, the following is written to the SAS log:
UPCASE produces: begin
QUPCASE produces: &A
%UPCASE and %QUPCASE Functions 295
296 Chapter 17 Macro Functions
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset