BookmarkSubscribeRSS Feed
Parul
Fluorite | Level 6

ods _all_ close;
4877 goptions device=activex;
--------
180

ERROR 180-322: Statement is not valid or it is used out of proper order.

4878 ods html path=odsout file='shoe_sales.html';
NOTE: Writing HTML Body file: shoe_sales.html
4879 proc gtile data=sashelp.shoes;
ERROR: Procedure GTILE not found.
4880 tile stores tileby=(region subsidiary)
----
14
WARNING 14-169: Assuming the symbol TITLE was misspelled as tile.
4881 / colorvar=sales ;
4882 run;

 

Please help

2 REPLIES 2
ballardw
Super User

It looks like you may not have SAS/Graph licensed. Run this code:

Proc Setinit; run;

 

The log will have a listing licensed products. If you do not see SAS/Graph that is the issue.

Parul
Fluorite | Level 6

I have it installed and also i can see it by running that code 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1157 views
  • 0 likes
  • 2 in conversation