BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
heansy
Fluorite | Level 6

I use the Graph Template Language to draw figures in my local PC SAS (Verison 9.4) and it runs successfully without any errors. But when I test it in the Linux SAS (Verison 9.2), some options or statement of GTL cannot be understood and it shows error in the logs. For example, the AXISTABLE statement, JITTER option of the SCATTERPLOT statement, etc. 

 

I understand that these codes maybe too new for the 9.2. But Is there any solution? Thanks in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
Jay54
Meteorite | Level 14

It has nothing to do with PC or Linux, and everyting to do with SAS 9.4 vs SAS 9.2.  There are many, many features in SAS 9.4 ODS Graphics that did not exist in SAS 9.2.  For some cases, the workarounds may be possible with significant coding.  In other cases, not so much.  AxisTable is a very useful statement that was added only in SAS 9.4.

View solution in original post

2 REPLIES 2
Jay54
Meteorite | Level 14

It has nothing to do with PC or Linux, and everyting to do with SAS 9.4 vs SAS 9.2.  There are many, many features in SAS 9.4 ODS Graphics that did not exist in SAS 9.2.  For some cases, the workarounds may be possible with significant coding.  In other cases, not so much.  AxisTable is a very useful statement that was added only in SAS 9.4.

LinusH
Tourmaline | Level 20

Yes, the solution is to upgrade to 9.4...Man Wink

Data never sleeps

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
  • 2 replies
  • 1076 views
  • 4 likes
  • 3 in conversation