Hi ImVickie,
Yo don't mention whether this is a character or numeric 201305. The code shows how to do this with character but with the numeric option commented out.
data a; * daten = 201305; * sasd = input(put(daten,6.),yymmn6.); datec = '201305'; sasd = input(datec,yymmn6.); newdt = put(month(sasd),monname3.)!!'/'!!PUT(Year(sasd),4.); run;
Hope it's what you want.
Regards
... View more