Hello Experts,
I create the document with odsout obj();
In my footnote I have :
footnote6 J=left font =Arial HEIGHT=7pt '^{style[leftmargin=.6in bottommargin=0.5in]FASV_&Code._v2022042501}';
The macro variable &Code. is resolved in the document, but in foot note I have this :
How to appear the macrovariable in footnote ?
Thank you !
Use code that actually attempts to resolve the macro variable.
The macro processor ignores the text inside of strings that are bounded on the outside by single quotes.
If you want the macro processor to process the footnote text then use double quote characters instead.
footnote6 J=left font =Arial HEIGHT=7pt "^{style[leftmargin=.6in bottommargin=0.5in]FASV_&Code._v2022042501}";
Use code that actually attempts to resolve the macro variable.
The macro processor ignores the text inside of strings that are bounded on the outside by single quotes.
If you want the macro processor to process the footnote text then use double quote characters instead.
footnote6 J=left font =Arial HEIGHT=7pt "^{style[leftmargin=.6in bottommargin=0.5in]FASV_&Code._v2022042501}";
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.