Wednesday, February 4, 2015

Party like it's 19999 (SAS)

On 03OCT2014 I must have missed the party in Cary, NC.

data _null_;
 format date date9.;
 date = 19999;
 put date=;
run;

So the next party is 03JUN2568?

data _null_;
 format date date9.;
 date = 222222;
 put date=;
run;

No comments:

Post a Comment

Over one hundred percentage memory usage on OpenWRT

OpenWrt Memory Mystery: When 796% Isn't Really 796% Troubleshooting apparent memory overcommit on a Belkin RT3200 running...