Hi Everyone,
I'm very new to SAS and i'm running into a problem. I'm doing a proc sql and in it i'm doing a left join. It turns out once quarter my driver table will contain less rows than the right table causing rows to be chopped off
I was wondering if this was possible, and what the syntax would be:
Example
If DateA > Date B then do;
proc sql
query 1
quit;
end;
else do;
pro sql
query 2
quit;
end;
any help woudl be much appreciated
-Sergio
I'm very new to SAS and i'm running into a problem. I'm doing a proc sql and in it i'm doing a left join. It turns out once quarter my driver table will contain less rows than the right table causing rows to be chopped off
I was wondering if this was possible, and what the syntax would be:
Example
If DateA > Date B then do;
proc sql
query 1
quit;
end;
else do;
pro sql
query 2
quit;
end;
any help woudl be much appreciated
-Sergio