2995 proc mcmc data=docmcmc outpost=postout seed=332786 nmc=5000; 2996 ods select PostSummaries PostIntervals; 2997 parms b_surg_experience 0 b_Patient_age 0 b_P_gender 0 b_s_eye 0 2997! b_preop_UCVA_calc 0 2998 b_d_gender 0 b_doctor_age 0 b_ps_experience 0 2998! b_ps_experience_surg_experience 0 2999 b_s_type 0 s2 1; 3000 3001 prior s2 ~ igamma(0.01, s=0.01); 3002 prior b_: ~ general(0); 3003 3004 random delta~ normal(0, var=s2) subject=doctor_name; 3005 3006 w = b_surg_experience*surg_experience + 3006! b_ps_experience*ps_experience + 3007 b_ps_experience_surg_experience*ps_experience*surg_experience; 3008 3009 *+ b_Patient_age*patient_age + b_P_gender*p_gender + b_s_eye*s_eye 3009! + 3010 b_preop_UCVA_calc*preop_UCVA_calc + b_d_gender*d_gender + 3010! b_doctor_age*doctor_age + b_s_type*s_type ; 3011 3012 pi = logistic(w + delta); 3013 model intraop_octet_bin ~ binary(pi); 3014 where surgery_type ne "ECCE"; 3015 run; NOTE: Tuning the proposal distribution. NOTE: Generating the burn-in samples. NOTE: Beginning sample generation. ERROR: An exception has been encountered. Please contact technical support and provide them with the following traceback information: The SAS task name is [MCMC] ERROR: Read Access Violation MCMC Exception occurred at (06EF1385) Task Traceback Address Frame (DBGHELP API Version 4.0 rev 5) 0000000006EF1385 000000002BD9D5E0 sasdoc:tkvercn1+0x50345 00000000082466DA 000000002BD9D5E8 sasoda:tkvercn1+0x2569A 000000000823F978 000000002BD9D720 sasoda:tkvercn1+0x1E938 00000000082466DA 000000002BD9D760 sasoda:tkvercn1+0x2569A 00000000082224F8 000000002BD9DD70 sasoda:tkvercn1+0x14B8 0000000006F04EBA 000000002BD9DDB0 sasdoc:tkvercn1+0x63E7A 0000000006EF0694 000000002BD9E000 sasdoc:tkvercn1+0x4F654 0000000006617E7A 000000002BD9E008 sasods:tkvercn1+0x1D6E3A 0000000006514B76 000000002BD9E360 sasods:tkvercn1+0xD3B36 00000000064B06BA 000000002BD9EA40 sasods:tkvercn1+0x6F67A 000000002B9C0E6A 000000002BD9EA48 sasmcmc:tkvercn1+0x13FE2A 000000002B8B4C9C 000000002BD9EBE0 sasmcmc:tkvercn1+0x33C5C 000000002B8AAF06 000000002BD9EE50 sasmcmc:tkvercn1+0x29EC6 000000002B88A895 000000002BD9FBF0 sasmcmc:tkvercn1+0x9855 00000000030283AB 000000002BD9FBF8 sashost:Main+0x10F1B 000000000302DFDD 000000002BD9FF50 sashost:Main+0x16B4D 0000000076C259CD 000000002BD9FF58 kernel32:BaseThreadInitThunk+0xD 0000000076D5A561 000000002BD9FF88 ntdll:RtlUserThreadStart+0x21 ERROR: An exception has been encountered. Please contact technical support and provide them with the following traceback information: The SAS task name is [MCMC] ERROR: Read Access Violation MCMC Exception occurred at (06F00B69) ERROR: An exception has been encountered. Please contact technical support and provide them with the following traceback information: The SAS task name is [MCMC] ERROR: Read Access Violation MCMC Exception occurred at (065794E7) NOTE: The data set WORK.POSTOUT has 0 observations and 59 variables. NOTE: PROCEDURE MCMC used (Total process time): real time 2:31.02 cpu time 2:30.35 WARNING: Output 'PostIntervals' was not created. Make sure that the output object name, label, or path is spelled correctly. Also, verify that the appropriate procedure options are used to produce the requested output object. For example, verify that the NOPRINT option is not used. WARNING: Output 'PostSummaries' was not created. Make sure that the output object name, label, or path is spelled correctly. Also, verify that the appropriate procedure options are used to produce the requested output object. For example, verify that the NOPRINT option is not used.