If you a variable containing data like,1984,00,1996,1945. Then which will be best option to make SAS read that variable properly(1984,2000,1996,1945)
options yearcutoff=950;
options yearcutoff=1950;
options yearcut=1950;
All of the above