Hi friends,
from past few days i am constantly getting the error below. Some times my code run but most of time i get this error. any suitable fix for this? I found many such types errors on internet but they seems different.
I suggest that you report this to SAS tech support instead. They will probably be interested in what version you are running, platform and hotfixes already applied. And, of course, a full log showing the all code.
Sending this to tech support is the best idea. From the traceback, I'd guess the error is occurring in ODS, so you'll need to make sure to include the ODS statements that are part of your program.
If you are running this in EG, remember that EG generates some ODS statements for you. You can see those in the log that is produced.
Chris
SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!
ODS GRAPHICS ON; sets up statistical graphics automagically. It was experimental in 9.1.3 and is production (and much more feature "rich") in 9.2. There is a section in nearly every stat procedure's documentation on the implementation for that procedure. Time to read the friendly manual (RTFM).