Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. data _null_;
  2. Input_='02DEC2013'd;
  3. output_=put(put(day(Input_),z2.)||put(month(Input_),z2.)||substr(left(year(Input_)),3,2),$6.);
  4. put output_=;
  5. run;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement