Not sure what to do with this, contacted support and they told me to come here. Anyone that has encountered this, please advise. Thank you.
No go...
Please post your code and explain how you are running SAS (Univerisity Edition, Enterprise Guide, SAS Studio,....). Also include your version of SAS, which you can find by submitting
%put &SYSVLONG;
and copy/paste the result from the SAS log.
Using SAS University and SAS Studio.
Code:
*CHI-Square - general association;
PROC FREQ DATA = original;
TABLES Technique*Fu_visit_mo / chisq cmh;
RUN;
Version
log
73 *CHI-Square - general association;
74 PROC FREQ DATA = original;
75 TABLES Technique*Fu_visit_mo / chisq cmh;
76 RUN;
ERROR: An exception has been encountered.
Please contact technical support and provide them with the following traceback information:
The SAS task name is [FREQ (2)]
Segmentation Violation
Traceback of the Exception:
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/sas(+0x16a07e) [0x558612c6707e]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/sas(+0x4ecff) [0x558612b4bcff]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/tkmk.so(bkt_signal_handler+0x144) [0x7fb67754faa4]
/lib64/libpthread.so.0(+0xf7e0) [0x7fb678ac57e0]
/opt/sasinside/SASHome/SASFoundation/9.4/dbcs/sasexe/saspdpdf(+0x9c3fe) [0x7fb614af13fe]
/opt/sasinside/SASHome/SASFoundation/9.4/dbcs/sasexe/saspdpdf(+0xa4c32) [0x7fb614af9c32]
/opt/sasinside/SASHome/SASFoundation/9.4/dbcs/sasexe/saspdpdf(setGroupStructureValues+0xeb5) [0x7fb614af0445]
/opt/sasinside/SASHome/SASFoundation/9.4/dbcs/sasexe/saspdpdf(+0xb03a6) [0x7fb614b053a6]
/opt/sasinside/SASHome/SASFoundation/9.4/dbcs/sasexe/saspdpdf(parsePdfElements+0x1118) [0x7fb614b03228]
/opt/sasinside/SASHome/SASFoundation/9.4/dbcs/sasexe/saspdpdf(processAccessibilityValues+0x3b) [0x7fb614b020db]
/opt/sasinside/SASHome/SASFoundation/9.4/dbcs/sasexe/saspdpdf(yugextn+0x295) [0x7fb614a7fc95]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/saspso(+0x51abc) [0x7fb614fa4abc]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/saspso(wobmth+0x57) [0x7fb615012a47]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/saspso(+0x4bde4) [0x7fb614f9ede4]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/saspso(wobmth+0x57) [0x7fb615012a47]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/saspso(+0x48c17) [0x7fb614f9bc17]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/saspso(wobmth+0x57) [0x7fb615012a47]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/saspso(render_page+0x102d) [0x7fb614f7641d]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/saspso(place_+0x3aae) [0x7fb614f8555e]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/saspso(+0x4572b) [0x7fb614f9872b]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/saspso(+0x442d6) [0x7fb614f972d6]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/saspso(+0x429a7) [0x7fb614f959a7]
/opt/sasinside/SASHome/SASFoundation/9.4/sasexe/saspso(wobmth+0x57) [0x7fb615012a47]
NOTE: The SAS System stopped processing this step because of errors.
ERROR: An exception has been encountered.
Please contact technical support and provide them with the following traceback information:
The SAS task name is [FREQ (2)]
Segmentation Violation
NOTE: There were 40 observations read from the data set WORK.ORIGINAL.
NOTE: PROCEDURE FREQ used (Total process time):
real time 0.20 seconds
cpu time 0.16 seconds
Yes, restarted VM didn't change anything.
Deleted the VM didn't change anything
SAS U has not crashed on me. My current file is very small
That code worked, thank you.
Maybe I have something formatted wrong.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.