banks {x y} {1 A} {2 B} {3 C} data newbank; set banks; do year=1 to 3; capital + 5000; end; run; What is the value of capital and year for the last observation?
Reveal answer
Fill a bubble to check yourself
banks {x y} {1 A} {2 B} {3 C} data newbank; set banks; do year=1 to 3; capital + 5000; end; run; What is the value of capital and year for the last observation?