Date: Thu, 24 Dec 2009 03:59:35 -0800
Reply-To: jaheuk <hejacobs@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: jaheuk <hejacobs@GMAIL.COM>
Organization: http://groups.google.com
Subject: PROC REPORT PREIMAGE on MAINFRAME
Content-Type: text/plain; charset=ISO-8859-1
dear all,
my PROC REPORT works fine on PC and MAINFRAME.
However, on mainframe my .PNG image is not dispayed properly (red
cross) after emailing this html report.
I did an FTP of the original PNG file to sequential mainframe file
either BINARY as TEXT, nothing helps.
I suppose the syntax below is correct?
PC: call define('flag','style','style={preimage="c:\data
\czech.png"}')
MF: CALL DEFINE('FLAG','STYLE',"STYLE={PREIMAGE='D9HJA.S.TEST'}")
When i receive the mail in the html code there i see of course <IMG
SRC="D9HJA.S.TEST">
any suggestions?
Regards,
Herman
|