I have written a program for converting SAS formats to XML formatss. It was working fine. Today I was converting some format catalog. Its giving the below error.
ERROR: Read Access Violation In Task [ FORMAT )
Exception occurred at (67332AD4)
Task Traceback
Address Frame (DBGHELP API Version 4.0 rev 5)
67332AD4 04C4FF88 sasforma:mcn_main+0x1AD4
01572B02 04C4FFA0 sashost:Main+0xBE72
01576C20 04C4FFB4 sashost:Main+0xFF90
7C80B729 04C4FFEC kernel32:GetModuleFileNameA+0x1BA
Does anybody has idea on above error.
proc format cntlout=FORMATS fmtlib library=formlib.FORMATS ;
run
It shows the error right after this step