BookmarkSubscribeRSS Feed
MikeRhoads
Obsidian | Level 7
We will be running PROC REPORT (actually, several different PROC REPORTs) to produce a report for 9 regions. The output for each region is to be sent to the supervisor for that region.

I had planned on producing PDF files, and had vaguely remembered that ODS had a NEWFILE= option that could start a separate file for each BY-group. To my horror, when I looked at the ODS PDF documentation, I didn't see this option listed.

At any rate, after considering some less than satisfactory alternatives, I decided to try a quick prototype anyway. It worked, but noted that "Newfile is an experimental option for Printer."

Normally we avoid using experimental software in production jobs. However, I figured I'd check to see if there was any sense for how reliable (or unreliable) NEWFILE has turned out to be in 9.1.3 with ODS PDF.

Thanks!
2 REPLIES 2
ScottH_SAS
SAS Employee
Mike,

Experimental software is software that has been developed but it hasn't been fully tested by our testers. I would recommend against using experimental software in production jobs.

The good news is that "newfile=" is production quality in 9.2. 9.2 is due to ship in the 1st quarter of 2007

Scott
Cynthia_sas
SAS Super FREQ
Mike:
I have been teaching NEWFILE= for PDF (as experimental). Even though it's not listed in the DOC and may be officially considered experimental until 9.2, I have not experienced any problems with using it in SAS 9.1.3 and you know how I can bang on things to try to break them! Here's the site where it is listed -- the doc for it would essentially be the same as the doc for NEWFILE= with HTML or RTF:
[pre]
http://support.sas.com/rnd/base/topics/odsprinter/new91.html
[/pre]
If your production requirements are such that you cannot use experimental software, then you will have to bypass newfile= for PDF until it's officially production.
cynthia

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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