I want to add the string MN to the year 2021, assigned to Targetyear.
%put &Targetyear1_MN;
This one works:
%put MN_&Targetyear1;
How can I add the MN at then end?
Thanks.
Kind regards, Ben
I want to add the string MN to the year 2021, assigned to Targetyear.
%put &Targetyear1_MN;
This one works:
%put MN_&Targetyear1;
How can I add the MN at then end?
Thanks.
Kind regards, Ben