Date: Wed, 4 Nov 2009 14:55:10 -0800
Reply-To: Nalin Tikoo <NTikoo@BMRN.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Nalin Tikoo <NTikoo@BMRN.COM>
Subject: Re: SAS 9.2 - Using preimage= option and ^{thispage} of
^{lastpage}
In-Reply-To: <7.0.1.0.2.20091104171537.0422e8e0@Dartmouth.Edu>
Content-Type: text/plain; charset="us-ascii"
Hello:
We recently moved to SAS 9.2 and here is an example of something that was working just fine until the upgrade. Wanted to take your opinion if I am missing something or this is actually not possible any more in SAS 9.2.
SAS Code:
ods escapechar='^';
title1 j=l '^S={preimage="/xxx/xxx/xxx/logo.gif"}';
title2 j=c f=Times h=1 'This is a test report';
footnote1 j=l f=Times h=1 "Run By: &sysuserid on &sysdate9";
footnote2 j=l f=Times h=1 "Page ^{thispage} of ^{lastpage}";
Version / Output:
9.1.3: Both the logo and pagination worked fine.
9.2: Either the pagination or preimage= work. In other words, the logo is printed only if I comment the second footnote. In the un-commented run
of this code, only the Page x of y is printed in the output and not the logo.
Any thoughts!!!
Thanks,
Nalin
This message is intended only for the confidential use of the intended recipient(s). If you have received this communication in error, please notify the sender by reply e-mail, and delete the original message and any attachments. Any unauthorized disclosure, copying, or distribution of this message (including the attachments), or the taking of any action based on it, is strictly prohibited.