Hello Experts,
My code for the page number is :
footnote6 J=Right font =Arial HEIGHT=8pt '^{thispage}/^{lastpage}';
Bu the result is :
Do you know, please, how to improve my code ?
Thank you for your help !
Where is your Escapechar defined?
Which ODS destination are you sending the results to? The Page info only applies to a few destinations.
The square boxes typically mean that there is a character in the output that does not have a corresponding one in the Font used.
What is your destination ? RTF or PDF ? Post all your code.
If it was RTF , no problem. NOTE: don't use BODYTITLE
ods escapechar='^'; footnote J=Right font =Arial HEIGHT=8pt 'xxx^{thispage}/^{lastpage}yyyy'; footnote2 J=l font =Arial HEIGHT=8pt 'xxx^{pageof}yyyy'; ods rtf file='c:\temp\temp.rtf' ; proc print data=sashelp.heart(obs=100);run; ods rtf close;
If it was PDF ,still no problem.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.