Hi,
I am a starter
When i am writing the following program i am getting the following error in the log.
code:
proc sql;
select *
from sashelp.class
where age='14';
quit;
log message:
49 proc sql;
50 select *
51 from sashelp.class
52 where age='14';
ERROR: Expression using equals (=) has components that are of different data types.
53 quit;
Thanks in advance for your help.
I am a starter
When i am writing the following program i am getting the following error in the log.
code:
proc sql;
select *
from sashelp.class
where age='14';
quit;
log message:
49 proc sql;
50 select *
51 from sashelp.class
52 where age='14';
ERROR: Expression using equals (=) has components that are of different data types.
53 quit;
Thanks in advance for your help.