BookmarkSubscribeRSS Feed
deleted_user
Not applicable
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.

ERROR: Read Access Violation In Task [ REPORT (2) )
Exception occurred at (6714158F)
Task Traceback
Address Frame (DBGHELP API Version 4.0 rev 5)
6714158F 048AF054 sasoda:mcn_main+0x58F
60ED843C 048AF0A8 sasdoc:mcn_main+0x2743C
674DE11C 048AF144 sasods:mcn_main+0x4D11C
674A27DA 048AF298 sasods:mcn_main+0x117DA
663A4066 048AFB58 sasrepmn:mcn_main+0x3066
663910B5 048AFF8C sasrepor:mcn_main+0xB5
00F32B1A 048AFFA4 sashost:Main+0xBE8A
00F36C38 048AFFB8 sashost:Main+0xFFA8
77E64829 048AFFEC kernel32:GetModuleHandleA+0xDF


Thank you
Regards
Avi
4 REPLIES 4
LinusH
Tourmaline | Level 20
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.

/Linus
Data never sleeps
ChrisHemedinger
Community Manager
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!
deleted_user
Not applicable
Yes i'm using ods statments in my code.
such as ODS PATH ..., ODS PDF STARTPAGE=NOW;

Can you tell me for what does the "ODS Graphics on;" Option actually used for & when to use it ?
Doc_Duke
Rhodochrosite | Level 12
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).

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 2066 views
  • 0 likes
  • 4 in conversation