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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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