* Using a DO REPEAT loop to create a new series of variables, * and set them equal to a set of existing variables . numeric x1 to x5 (f5.0). do repeat newvar = x1 to x5 / oldvar = crgender crage cggender cgage urbnrurl . - compute newvar = oldvar. end repeat. exe.