Hi Johndberglund,
You got it!
However, when I applied code formatting (I don't have the Code Format button in my EG so I had to use Edit -> Format Code) to the last code, I got the following:
;;;;;;;;;;;;;;;;;;;;;;;;;
;
%let time = LINE;
;
%let s=%length(&TIME);
;
data B;
;
input;
;
TYPE = 'Gravity';
;
&time.s&s;
;
data A;
;
TYPE = 'Light';
;
run;
;
run;
;;;;;;;;;;;;;;;;;;;;;;;;;
which worked as fine as before the code formatting. Apparently, it depends on the state you were in when running your code. (I am in Maryland). Or time of day. Or anything else. In any case, it just reaffirms that theory or relativity is closely related to the the Heisenberg's uncertainty principle...
... View more