BookmarkSubscribeRSS Feed
anujsuryan
Calcite | Level 5

ran the following code:

proc template;
define statgraph mypraphs.pie;
begingraph;
layout region;
piechart category=type / start=90 centerfirstslice=1;
endlayout;
endgraph;
end;
run;

ods graphics / reset imagemap;


proc sgrender template=mygraphs.pie data=sashelp.cars;
run;

ods graphics /reset;

proc freq data=sashelp.cars;
tables type;
run;

and getting ERROR: Unable to restore 'mygraphs.pie' from template store!

 

I am nw to SAS. Can anyone help!

2 REPLIES 2
Norman21
Lapis Lazuli | Level 10

There is a spelling mistake in the second line of code:

 

define statgraph mypraphs.pie;

 

 

Norman.
SAS 9.4 (TS1M6) X64_10PRO WIN 10.0.17763 Workstation

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 3542 views
  • 0 likes
  • 2 in conversation