BookmarkSubscribeRSS Feed
WKC
Calcite | Level 5 WKC
Calcite | Level 5
I need some help to figure out what was happening in my program/ SAS/ PC environment.

My system halt when I enable ODS GRAPHICS before the running PROC LIFETEST. When I submitted the following codes, SAS is not responding anymore.

code:
ODS GRAPHICS ON;
PROC LIFETEST data=one plots=(survival);
time pfstime * pfs (0);
strata gender;
RUN;
ODS GRAPHICS OFF;

The LIFETEST procedure ALONE works just fine, but if you execute the ODS statements, it hangs the program. Although it appears it is still running, but I have no luck to get it back to the normal working environment. All I can do is to close it manually.

My PC/ SAS environment are:
SAS 9.2 (TS2M2)
Windows XP SP3

This has been a consistent problem in my machine. I tried to resolve it by re-installing Windows and SAS (same version as above), but the issue is still there.

I have installed SAS (TS2M2) on different machines; the same Windows XP on my laptop, and Windows 7 on home PC, they both work smoothly. So I don't think it is the SAS/ Window problem.

When I force the software to terminate, occasionally, it pops up an error message saying that there was something wrong with my memory:

The instruction at "0x1066...." reference memory at "0x04a....". The memory could not be "read"
Click on [OK] to terminate the program.

However the memory testing software does not signals any issues with my memory modules.

I would really appreciate if anyone could give me some suggestions. Thanks!
2 REPLIES 2
PrashantH_sas
SAS Employee
Hi,

I suggest your problem would be best resolved by contacting SAS Technical Support.

As an additional data point for tech support, you can try running:
--
proc sgplot data=sashelp.class;
vbar age;
run;
--
and see if that works.

With Regards,
-Prashant
WKC
Calcite | Level 5 WKC
Calcite | Level 5
The codes in PROC SGPLOT works for me.

I will contact the technical support team. Thanks!

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