I have data set loaded by CSV files having student marks (Engilish and Hindi ) But now I want to add English and Hindi marks and assign it to Tot variable I tried this below code but its not working Data test; /* Creating new dataset */ set Student; /* Original data set */ Tot = English + Hindi; Run; the above code is not working Kindly help me out on this Thanks!
... View more