LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


Back to: Top of message | Previous page | Main SAS-L page