Association of previous roles/experience to job effectiveness as a leader data diss.prtable; set diss.prtable; if instructional_coach = 2 then IC = 1 else IC = 0; if intervention_specialist = 2 then IS = 1 else IS = 0; if content_area_coach = 2 then AC = 1 else AC = 0; if Title_1 = Y then T1 = 1 else T1 = 0; if Site = Middle then MS = 1 else MS = 0; if Site = High then HS = 1 else HS = 0; if Site = K8 then K8 = 1 else K8 = 0; if Site = Elementary then ES = 1 else ES = 0; if IC = 1 or IS =1 or AC = 1 then role = 1 else role = 0; run; quit; ERROR 388-185: Expecting an arithmetic operator. ERROR 202-322: The option or parameter is not recognized and will be ignored. 498 run; NOTE: Character values have been converted to numeric values at the places given by: (Line):(Column). 495:31 NOTE: Numeric values have been converted to character values at the places given by:
... View more