Hello vish, The Problem that I had is "Create a new data and transform the values of 5 variables(weight, calories, Protein, fat, Satfat). Variables containing Value = 11 will be replaced by the Value of 3 ." The code that I tried is data bittu.junkfood123; set bittu.junkfood; WEIGHT = 3; replace all var {WEIGHT} where (WEIGHT==11); run; but I am getting error when I execute this...
... View more