BookmarkSubscribeRSS Feed
meb
Calcite | Level 5 meb
Calcite | Level 5
I want to send a simple table in e-mail for viewing on a blackberry device. I am currently using a filname statement to send ODS HTML procedure (proc report) in the body of the e-mail. This works fine for e-mail, but not when viewing on a blackberry. I think the only solution will be to send the output as some type of picture format (i.e., gif, jpeg, etc), however not sure how to output proc report to this format. Any suggestions?
2 REPLIES 2
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
From the SAS support http://support.sas.com/ website:

http://www2.sas.com/proceedings/forum2008/173-2008.pdf

http://www2.sas.com/proceedings/forum2008/034-2008.pdf

Scott Barry
SBBWorks, Inc.

Recommended Google advanced search argument, this topic/post:

generate report blackberry site:sas.com
Cynthia_sas
Diamond | Level 26
Hi:
To add onto what Scott already recommended.

ODS will create other forms of markup language file. For example, there is a WML destination (wireless markup language), which may work instead of ODS HTML (if the Blackberry can read WML files). There is also CHTML ("compact" HTML) which does not have a lot of formatting or style applied -- therefore it is a fairly small and easy to download and open file -- this may be an alternative to either HTML or WML.

There is also a PDF destination, many mobile devices can open and read PDF files and I know quite a few of my students switched from HTML to PDF for their mobile reports this reason.

cynthia

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1257 views
  • 0 likes
  • 3 in conversation