BookmarkSubscribeRSS Feed
Warren
Obsidian | Level 7

I'm trying out mainframe SAS 9.4, but I got the following error.  What am I missing?  The same code worked in SAS 9,2.  Thanks.  -- Warren

 

1          options papersize=letter nodate nonumber nobyline center;

2          options orientation=landscape ps=133 nofontembedding;

3          proc template;

4           define style styles.test;

5           parent=styles.printer;

6            style header from headersandfooters /

7             background=_undef_

8             font_face=courier

9             font_size=8.0pt;

10           style data from cell /

11            font_face=courier

12            font_size=9.0pt

13            asis=on;

14           style table from output /

15            rules=none

16            frame=void

17            cellpadding=3.0pt;

18          end;

NOTE: STYLE 'Styles.Test' HAS BEEN SAVED TO: SASUSER.TEMPLAT

19         run;

NOTE: THE PROCEDURE TEMPLATE USED 0.08 CPU SECONDS AND 22480K.

 

NOTE: THE ADDRESS SPACE HAS USED A MAXIMUM OF 872K BELOW THE LINE AND 24392K ABO

 

20         ods listing close;

21         ods pdf file=outf notoc style=styles.test;

ERROR: PHYSICAL FILE DOES NOT EXIST, VQ487.SASWCUR.TTF..

ERROR: PHYSICAL FILE DOES NOT EXIST, VQ487.SASWCUR.TTF..

ERROR: PHYSICAL FILE DOES NOT EXIST, VQ487.SASWCUR.TTF..

22         title ' ';

23         run;

3 REPLIES 3
ballardw
Super User

Did you change from a stand-alone SAS install to a server based install with the upgrade? Then the paths for your filename may need to be addressed as the server will need help trying to write to your computer.

 

Or there may be another path to the file related issue. Did your FILENAME statement return any errors when defining the fileref OUTF?

Warren
Obsidian | Level 7

No, this is not PC SAS.  I did not install it.  It is in the mainframe.

 

Thanks,

Warren

Shmuel
Garnet | Level 18

TTF files are True Type Font files.

It seems to me that while upgrading from SAS 9.2 to SAS 9.4 

either some font files were not installed or they were installed to another path.

 

Check it with your SAS administrator.

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
  • 3 replies
  • 1502 views
  • 0 likes
  • 3 in conversation